44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
source = ~/.config/hypr/autostart.conf
|
|
source = ~/.config/hypr/monitors.conf
|
|
source = ~/.config/hypr/programs.conf
|
|
source = ~/.config/hypr/bindings.conf
|
|
source = ~/.config/hypr/input.conf
|
|
source = ~/.config/hypr/looknfeel.conf
|
|
|
|
#############################
|
|
### ENVIRONMENT VARIABLES ###
|
|
#############################
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
|
|
|
env = XCURSOR_SIZE,24
|
|
env = HYPRCURSOR_SIZE,24
|
|
|
|
env = GDK_SCALE,1
|
|
env = XCURSOR_SIZE,24
|
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,0
|
|
env = QT_SCALE_FACTOR,1
|
|
env = _JAVA_AWT_WM_NONREPARENTING,1
|
|
env = AWT_TOOLKIT,MToolkit
|
|
env = WINIT_X11_SCALE_FACTOR,1
|
|
env = XWAYLAND_NO_GLAMOR,0
|
|
|
|
xwayland {
|
|
force_zero_scaling = true
|
|
}
|
|
|
|
|
|
##############################
|
|
### WINDOWS AND WORKSPACES ###
|
|
##############################
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
|
|
|
# Example windowrule v1
|
|
# windowrule = float, ^(kitty)$
|
|
|
|
# Example windowrule v2
|
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
|
|