14 lines
270 B
Plaintext
14 lines
270 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 = wofi --show drun --allow-images
|
|
|
|
|