add: niri getting started config
This commit is contained in:
9
configs/niri_l/scripts/toggle-rofi.sh
Executable file
9
configs/niri_l/scripts/toggle-rofi.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if pgrep -x "rofi" > /dev/null
|
||||
then
|
||||
killall rofi
|
||||
else
|
||||
~/.config/rofi/launchers/type-4/launcher.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user