Commit 805f0e55b7da
Changed files (1)
dots
config
niri
dots/config/niri/config.kdl
@@ -84,7 +84,7 @@ spawn-at-startup "battery-monitor"
spawn-at-startup "waybar"
// Disabled - using FIDO2 keys with ssh-agent instead of PIV with yubikey-agent
// spawn-at-startup "yubikey-agent" "-l" "/run/user/1000/yubikey-agent/yubikey-agent.sock"
-spawn-at-startup "swaybg" "-i" "/home/vincent/desktop/pictures/lockscreen"
+spawn-at-startup "sh" "-c" "swaybg -i $HOME/desktop/pictures/lockscreen"
spawn-at-startup "kunai" "daemon"
spawn-at-startup "jamesdsp" "-t"
@@ -211,7 +211,7 @@ binds {
Mod+Control+D hotkey-overlay-title="Emoji picker" { spawn "rofimoji" "--selector" "fuzzel" "--clipboarder" "wl-copy" "--typer" "wtype" "--action" "type" "copy"; }
Mod+Control+V hotkey-overlay-title="Clipboard History" { spawn "bash" "-c" "cliphist list | fuzzel --dmenu --width=100 --lines=20 | cliphist decode | wl-copy"; }
Mod+Control+Shift+V hotkey-overlay-title="Delete Clipboard Entry" { spawn "bash" "-c" "cliphist list | fuzzel --dmenu --width=100 --lines=20 | cliphist delete"; }
- Super+Alt+L hotkey-overlay-title="Lock the Screen" { spawn "swaylock" "-m" "fill" "-i" "/home/vincent/desktop/pictures/lockscreen"; }
+ Super+Alt+L hotkey-overlay-title="Lock the Screen" { spawn "sh" "-c" "swaylock -m fill -i $HOME/desktop/pictures/lockscreen"; }
// You can also use a shell. Do this if you need pipes, multiple commands, etc.
// Note: the entire command goes as a single argument in the end.