37 lines
829 B
Plaintext
37 lines
829 B
Plaintext
![]() |
###################
|
||
|
### MY PROGRAMS ###
|
||
|
###################
|
||
|
|
||
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||
|
|
||
|
# Set programs that you use
|
||
|
$terminal = kitty
|
||
|
$fileManager = dolphin
|
||
|
$menu = albert toggle
|
||
|
$notificationsManager = fnott
|
||
|
|
||
|
|
||
|
#################
|
||
|
### AUTOSTART ###
|
||
|
#################
|
||
|
|
||
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||
|
# Or execute your favorite apps at launch like this:
|
||
|
|
||
|
exec-once = hyprpaper & waybar
|
||
|
exec-once = albert
|
||
|
exec-once = mako
|
||
|
exec-once = systemctl --user start hyprpolkitagent
|
||
|
|
||
|
|
||
|
#############################
|
||
|
### ENVIRONMENT VARIABLES ###
|
||
|
#############################
|
||
|
|
||
|
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||
|
|
||
|
env = HYPRCURSOR_THEME,VolantesCursors
|
||
|
env = XCURSOR_THEME,VolantesCursors
|
||
|
env = XCURSOR_SIZE,24
|
||
|
env = HYPRCURSOR_SIZE,24
|