init
This commit is contained in:
19
hypr/configs/default_apps.conf
Normal file
19
hypr/configs/default_apps.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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 = firefox
|
||||
$notetaking-app = notesh
|
||||
$terminal = kitty
|
||||
$office-suite = libreoffice
|
||||
$editor = $terminal vim
|
||||
$ide = code
|
||||
$file-manager = nemo
|
||||
Reference in New Issue
Block a user