20 lines
547 B
Text
20 lines
547 B
Text
# Define your programs
|
|
$launcher = rofi -show drun
|
|
|
|
$bar = waybar
|
|
$bar-toggle = killall -SIGUSR1 $bar
|
|
$bar-reload = killall $bar; $bar
|
|
|
|
$notifications-menu = swaync-client
|
|
$notifications-menu-read = $notifications-menu -C
|
|
$notifications-menu-toggle = $notifications-menu -t
|
|
$notifications-menu-reload = $notifications-menu -R && $notifications-menu -rs
|
|
|
|
$browser = librewolf
|
|
$notetaking-app = obsidian
|
|
$terminal = kitty
|
|
$office-suite = libreoffice
|
|
$editor = $terminal vim
|
|
$alter-editor = vscodium
|
|
$file-manager = ranger
|
|
$alter-file-manager = nemo
|