Fixes for niri and emacs configs

This commit is contained in:
Aleksandr Lebedev 2026-02-02 10:18:20 +01:00
parent 26f1b571ec
commit 9ff8e28664
2 changed files with 13 additions and 16 deletions

View file

@ -276,6 +276,7 @@ spawn-sh-at-startup "gnome-keyring-daemon"
spawn-sh-at-startup "alacritty --daemon"
spawn-sh-at-startup "emacs --daemon"
spawn-sh-at-startup "qs"
spawn-sh-at-startup "kunifiedpush-distributor"
spawn-sh-at-startup "wl-paste --watch cliphist store &"
spawn-sh-at-startup "nextcloud --background"
spawn-sh-at-startup "wvkbd --hidden || notify-send 'wvkbd crashed'"
@ -381,7 +382,8 @@ binds {
Mod+T hotkey-overlay-title="Open a Terminal: Alacritty" { spawn-sh "alacritty msg create-window"; }
Mod+E hotkey-overlay-title="Run Emacs" { spawn-sh "emacsclient -c"; }
Mod+B hotkey-overlay-title="Open a browser: Librewolf" { spawn "librewolf"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
Mod+Shift+C hotkey-overlay-title="Open a file manager: Dolphin" { spawn "dolphin"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen" { spawn-sh "qs ipc call lock lock"; }
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
Mod+Space hotkey-overlay-title="Application Launcher" {