niri: fix config
This commit is contained in:
parent
7a746f7440
commit
6eb3fabd6e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue