31 lines
805 B
Plaintext
31 lines
805 B
Plaintext
### HYPR OPTIONS
|
|
env = XCURSOR_SIZE,16
|
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
env = XDG_SESSION_TYPE,wayland
|
|
env = XDG_SESSION_DESKTOP,Hyprland
|
|
env = GDK_BACKEND,wayland
|
|
env = CLUTTER_BACKEND,wayland
|
|
env = QT_QPA_PLATFORM,wayland
|
|
env = QT_QPA_PLATFORMTHEME,qt5ct
|
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
|
env = MOZ_ENABLE_WAYLAND,1
|
|
|
|
### Source configs
|
|
source = ~/.config/hypr/autostart.conf
|
|
source = ~/.config/hypr/monitors.conf
|
|
source = ~/.config/hypr/animations.conf
|
|
source = ~/.config/hypr/keybindings.conf
|
|
source = ~/.config/hypr/theme.conf
|
|
source = ~/.config/hypr/rules.conf
|
|
source = ~/.config/hypr/input.conf
|
|
|
|
### Source plugins
|
|
source = ~/.config/hypr/hypcov.plgn
|
|
|
|
### Remove Hyprland branding
|
|
misc {
|
|
disable_hyprland_logo = true
|
|
disable_splash_rendering = true
|
|
}
|