summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-23 20:53:33 +0530
committerryukamish <[email protected]>2026-04-23 20:53:33 +0530
commit18138a8614a9957636a0efc0f9a467fbd73eb333 (patch)
tree08585db31a1de7f4a048b1d23f77441c46344e9c
parentf670cd5c09780d253fb90aa1e4cdca4bce927f9f (diff)
chore: random things to make the WM feel better
-rw-r--r--niri/cfg/autostart.kdl4
-rw-r--r--niri/cfg/keybinds.kdl8
2 files changed, 6 insertions, 6 deletions
diff --git a/niri/cfg/autostart.kdl b/niri/cfg/autostart.kdl
index 78e9511..b8ed5be 100644
--- a/niri/cfg/autostart.kdl
+++ b/niri/cfg/autostart.kdl
@@ -1,9 +1,9 @@
spawn-sh-at-startup "systemctl --user start stasis"
spawn-at-startup "awww-daemon"
-spawn-sh-at-startup "waybar"
+spawn-at-startup "waybar"
spawn-sh-at-startup "wl-paste --type text --watch cliphist store"
spawn-sh-at-startup "wl-paste --type image --watch cliphist store"
-spawn-sh-at-startup "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
+spawn-sh-at-startup "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=niri"
diff --git a/niri/cfg/keybinds.kdl b/niri/cfg/keybinds.kdl
index 5870950..49ba1a4 100644
--- a/niri/cfg/keybinds.kdl
+++ b/niri/cfg/keybinds.kdl
@@ -2,18 +2,18 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; }
Mod+Return hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; }
- Mod+E hotkey-overlay-title="File manager: dolphin" { spawn "dolphin"; }
+ Mod+E hotkey-overlay-title="File manager: nautilus" { spawn "nautilus"; }
Mod+B hotkey-overlay-title="Browser: default browser" { spawn "~/.local/bin/browser"; }
ALT+Space hotkey-overlay-title="Run an Application: rofi launcher" { spawn-sh "rofi -show drun"; }
ALT+Ctrl+Space hotkey-overlay-title="Run an Application: rofi menu launcher" { spawn-sh "~/.local/bin/rofi-menu"; }
Mod+Ctrl+R hotkey-overlay-title="Reload waybar" { spawn-sh "~/.local/bin/restart-app waybar"; }
Mod+P hotkey-overlay-title="Power menu" { spawn-sh "~/.local/bin/rofi-powermenu"; }
- Mod+N { spawn-sh "~/.local/bin/nightlight-toggle niri"; }
- Mod+Period { spawn "rofimoji"; }
+ Mod+N hotkey-overlay-title="Toggle nightlight" { spawn-sh "~/.local/bin/nightlight-toggle niri"; }
+ Mod+Period hotkey-overlay-title="Toggle emoji selector" { spawn "rofimoji"; }
Mod+V { spawn-sh "cliphist list | rofi -dmenu | cliphist decode | wl-copy"; }
Mod+M { spawn "tauon"; }
- Mod+Alt+L { spawn-sh "swaylock -f"; }
+ Mod+Alt+L { spawn-sh "swaylock"; }
Mod+Ctrl+N { spawn-sh "kitty -e nvim"; }
Mod+I { spawn-sh "~/.local/bin/toggle-idle"; }