This commit is contained in:
iFargle 2023-08-17 10:37:39 +09:00
parent 4c2d35d780
commit 5472e1ec0e
2 changed files with 8 additions and 4 deletions

View file

@ -54,7 +54,7 @@
# Enabling hyprlnd on NixOS # Enabling hyprlnd on NixOS
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
enableNvidiaPatches = true; # enableNvidiaPatches = true;
xwayland.enable = true; xwayland.enable = true;
}; };

View file

@ -3,6 +3,9 @@
".config/hypr/hyprland.conf" = { ".config/hypr/hyprland.conf" = {
enable = true; enable = true;
text = '' text = ''
# Laptop specific:
monitor=,highrr,auto,1
# https://wiki.hyprland.org/Configuring/Variables/ # https://wiki.hyprland.org/Configuring/Variables/
# env = XCURSOR_SIZE,24 # env = XCURSOR_SIZE,24
env = GDK_SCALE,1 env = GDK_SCALE,1
@ -42,7 +45,7 @@
gestures { gestures {
# https://wiki.hyprland.org/0.24.1/Configuring/Keywords/#gestures # https://wiki.hyprland.org/0.24.1/Configuring/Keywords/#gestures
workspace_swipe = true workspace_swipe = true
workspace_swipe_fingers = 4 workspace_swipe_fingers = 3
workspace_swipe_numbered = false workspace_swipe_numbered = false
} }
misc { misc {
@ -58,8 +61,9 @@
shadow_render_power = 3 shadow_render_power = 3
col.shadow = rgba(1a1a1aee) col.shadow = rgba(1a1a1aee)
blur { blur {
size = 8 enabled = true
passes = 2 size = 20
passes = 4
} }
} }