22 lines
668 B
Text
22 lines
668 B
Text
# Define your programs
|
|
$launcher = rofi -show drun
|
|
$launcher-windows = rofi -show window
|
|
|
|
$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-disturb = $notifications-menu -d
|
|
$notifications-menu-reload = $notifications-menu -R && $notifications-menu -rs
|
|
|
|
$browser = zen-browser
|
|
$notetaking-app = obsidian
|
|
$terminal = ghostty --gtk-single-instance=true
|
|
$office-suite = libreoffice
|
|
$editor = $terminal nvim
|
|
$alter-editor = vscodium
|
|
$file-manager = yazi
|
|
$alter-file-manager = nemo
|