2025-01-11 18:24:49 +01:00
|
|
|
###################
|
|
|
|
### MY PROGRAMS ###
|
|
|
|
###################
|
|
|
|
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
|
|
|
|
|
|
|
# Set programs that you use
|
|
|
|
$terminal = kitty
|
2025-04-04 12:16:07 +02:00
|
|
|
#$fileManager = cosmic-files
|
2025-05-04 23:53:29 +02:00
|
|
|
$fileManager = nautilus
|
2025-01-11 18:24:49 +01:00
|
|
|
$menu = albert toggle
|
2025-05-04 23:53:29 +02:00
|
|
|
$notificationsManager = swaync
|
2025-01-11 18:24:49 +01:00
|
|
|
|
|
|
|
|
|
|
|
#################
|
|
|
|
### AUTOSTART ###
|
|
|
|
#################
|
|
|
|
|
|
|
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
2025-01-20 12:53:06 +01:00
|
|
|
exec-once = ~/.config/hypr/scripts/autostart.sh
|
2025-01-11 18:24:49 +01:00
|
|
|
# Or execute your favorite apps at launch like this:
|
2025-01-20 12:53:06 +01:00
|
|
|
# exec-once = firefox
|
2025-01-11 18:24:49 +01:00
|
|
|
|
|
|
|
|
|
|
|
#############################
|
|
|
|
### ENVIRONMENT VARIABLES ###
|
|
|
|
#############################
|
|
|
|
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
|
|
|
|
2025-01-20 12:53:06 +01:00
|
|
|
# HyprCursor
|
2025-01-11 18:24:49 +01:00
|
|
|
env = HYPRCURSOR_THEME,VolantesCursors
|
|
|
|
env = XCURSOR_THEME,VolantesCursors
|
|
|
|
env = XCURSOR_SIZE,24
|
|
|
|
env = HYPRCURSOR_SIZE,24
|
2025-01-20 12:53:06 +01:00
|
|
|
# XDG Desktop Portal
|
|
|
|
env = XDG_SESSION_DESKTOP,Hyprland
|
|
|
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
|
|
|
|
|
|
# Experimental
|
|
|
|
|
|
|
|
# GTK
|
|
|
|
# env = GTK_USE_PORTAL,1
|
|
|
|
# env = GDK_SCALE,2 # Xwayland scale
|
|
|
|
# Qt
|
|
|
|
# env = QT_WAYLAND_DISABLE_WINDOWDECORATION,
|
|
|
|
# Firefox
|
|
|
|
# env = MOZ_ENABLE_WAYLAND,1
|
|
|
|
# env = MOZ_USE_XINPUT2,1
|
|
|
|
# WLRoots
|
|
|
|
# env = WLR_NO_HARDWARE_CURSORS,1
|
|
|
|
# env = WLR_RENDERER,vulkan
|
|
|
|
# SDL
|
|
|
|
# env = SDL_VIDEODRIVER,wayland
|
|
|
|
|
|
|
|
# Nvidia
|
|
|
|
|
|
|
|
# GBM backend
|
|
|
|
# env = GBM_BACKEND,nvidia-drm
|
|
|
|
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
|
|
|
# Hardware acceleration
|
|
|
|
# env = LIBVA_DRIVER_NAME,nvidia
|
|
|
|
# env = NVD_BACKEND,direct
|