test
This commit is contained in:
parent
4c2d35d780
commit
5472e1ec0e
2 changed files with 8 additions and 4 deletions
|
@ -54,7 +54,7 @@
|
|||
# Enabling hyprlnd on NixOS
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
enableNvidiaPatches = true;
|
||||
# enableNvidiaPatches = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue