Fixes for niri and emacs configs
This commit is contained in:
parent
26f1b571ec
commit
9ff8e28664
2 changed files with 13 additions and 16 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue