diff --git a/niri/etc/skel/.config/niri/config.kdl b/niri/etc/skel/.config/niri/config.kdl index 10c9d30..90b4cb5 100644 --- a/niri/etc/skel/.config/niri/config.kdl +++ b/niri/etc/skel/.config/niri/config.kdl @@ -274,7 +274,7 @@ spawn-at-startup "wl-paste --watch cliphist store &" spawn-at-startup "wl-paste --watch pkill -RTMIN+9 waybar &" // Playerctl daemonize -spawn-at-startup "playerctl -a metadata --format \'{{status}} {{title}}\' --follow | while read line; do pkill -RTMIN+5 waybar; done &" +spawn-at-startup "playerctl -a metadata --format \"{{status}} {{title}}\" --follow | while read line; do pkill -RTMIN+5 waybar; done &" // 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. @@ -416,7 +416,7 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+Return hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; } - Mod+D hotkey-overlay-title="Run an Application: wofi" { spawn "wofi; } + Mod+D hotkey-overlay-title="Run an Application: wofi" { spawn "wofi"; } Super+Alt+L hotkey-overlay-title="Lock the Screen: gtklock" { spawn "/usr/share/tileos/scripts/lock.sh"; } // You can also use a shell. Do this if you need pipes, multiple commands, etc.