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
programs.hyprland = {
enable = true;
enableNvidiaPatches = true;
# enableNvidiaPatches = true;
xwayland.enable = true;
};

View file

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