Compare commits
3 Commits
5e7c193a28
...
7f5ad673d6
| Author | SHA1 | Date | |
|---|---|---|---|
|
7f5ad673d6
|
|||
|
fc3f55842d
|
|||
|
0064ae38c5
|
@@ -67,11 +67,7 @@ output "DP-2" {
|
|||||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||||
layout {
|
layout {
|
||||||
// Set gaps around windows in logical pixels.
|
// Set gaps around windows in logical pixels.
|
||||||
{% if hostname == "sputnik" %}
|
|
||||||
gaps 2 // TODO: fix output-specific layout
|
|
||||||
{% else %}
|
|
||||||
gaps 12
|
gaps 12
|
||||||
{% end %}
|
|
||||||
|
|
||||||
// Struts shrink the area occupied by windows, similarly to layer-shell panels.
|
// Struts shrink the area occupied by windows, similarly to layer-shell panels.
|
||||||
// You can think of them as a kind of outer gaps. They are set in logical pixls.
|
// You can think of them as a kind of outer gaps. They are set in logical pixls.
|
||||||
@@ -129,7 +125,7 @@ layout {
|
|||||||
|
|
||||||
spawn-at-startup "hyprpaper"
|
spawn-at-startup "hyprpaper"
|
||||||
spawn-at-startup "swayidle" "-w" // ~/.config/swayidle/config
|
spawn-at-startup "swayidle" "-w" // ~/.config/swayidle/config
|
||||||
spawn-at-startup "qs" "-p" "/etc/quickshell/niri-caelestia-shell"
|
spawn-at-startup "dms" "run"
|
||||||
|
|
||||||
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
||||||
// If the client will specifically ask for CSD, the request will be honored.
|
// If the client will specifically ask for CSD, the request will be honored.
|
||||||
@@ -334,11 +330,11 @@ binds {
|
|||||||
// shows a list of important hotkeys.
|
// shows a list of important hotkeys.
|
||||||
Mod+Shift+Plus { show-hotkey-overlay; }
|
Mod+Shift+Plus { show-hotkey-overlay; }
|
||||||
|
|
||||||
Mod+Return { spawn "ghostty"; }
|
Mod+Return { spawn "alacritty"; }
|
||||||
Mod+Plus { spawn "loginctl" "lock-session"; }
|
Mod+Plus { spawn "loginctl" "lock-session"; }
|
||||||
|
|
||||||
// TODO: why do i have to use spawn-sh?
|
// TODO: why do i have to use spawn-sh?
|
||||||
Mod+D { spawn "qs" "-p" "/etc/quickshell/niri-caelestia-shell" "ipc" "call" "drawers" "toggle" "launcher"; }
|
Mod+D { spawn "dms" "ipc" "call" "widget" "toggle" "launcherButton"; }
|
||||||
|
|
||||||
// You can also use a shell:
|
// You can also use a shell:
|
||||||
// Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }
|
// Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user