14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
##################
|
|
### MY PROGRAMS ###
|
|
###################
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
|
|
|
# Set programs that you use
|
|
$terminal = kitty
|
|
$fileManager = nautilus
|
|
$browser = flatpak run app.zen_browser.zen
|
|
$menu = rofi -show drun -terminal kitty -kb-cancel Escape -theme ~/.local/share/rofi/themes/modern/style.rasi
|
|
|
|
|