fixes multi-monitor setup fullscreen switching on the first monitor

This commit is contained in:
2025-12-02 21:12:25 +01:00
parent 649e324ac7
commit 03e8aa1343
12 changed files with 58 additions and 54 deletions

View File

@@ -20,15 +20,6 @@ general {
}
}
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#gestures
gestures {
workspace_swipe = true
workspace_swipe_fingers = 4
workspace_swipe_distance = 250
workspace_swipe_min_speed_to_force = 15
workspace_swipe_create_new = false
}
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#group
group {
col.border_active = $color6
@@ -90,3 +81,8 @@ master {
cursor {
no_hardware_cursors = true
}
device {
name = logitech-gaming-mouse-g502
sensitivity=0.9
}