Update hyprland

This commit is contained in:
Pablu23
2024-11-05 11:21:05 +01:00
parent 7ad0d3bc8e
commit 4583d0ed3b
4 changed files with 13 additions and 1 deletions

View File

@@ -85,6 +85,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1 bind = $mainMod, mouse_up, workspace, e-1
bind = $mainMod, F, fullscreen
# Move/resize windows with mainMod + LMB/RMB and dragging # Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow

View File

@@ -29,3 +29,8 @@ windowrulev2 = fullscreen, title:(CS), class:(CS)
windowrulev2 = monitor DP-3, title:(CS), class:(CS) windowrulev2 = monitor DP-3, title:(CS), class:(CS)
windowrulev2 = allowsinput, title:(CS), class:(CS) windowrulev2 = allowsinput, title:(CS), class:(CS)
windowrulev2 = tile, title:(Warhammer 40,000: Darktide)
windowrulev2 = fullscreen, title:(Warhammer 40,000: Darktide)
windowrulev2 = monitor DP-3, title:(Warhammer 40,000: Darktide)
windowrulev2 = allowsinput, title:(Warhammer 40,000: Darktide)

View File

@@ -22,6 +22,10 @@ general {
layout = master layout = master
} }
cursor {
no_hardware_cursors = true
}
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration { decoration {
# rounding = 10 # rounding = 10

View File

@@ -4,7 +4,8 @@ games = [
("all", "ffxiv*", "sf"), ("all", "ffxiv*", "sf"),
("all", "Hollow Knight"), ("all", "Hollow Knight"),
("all", "HELLDIVERS*"), ("all", "HELLDIVERS*"),
("all", "CS", "tile", "max") ("all", "CS", "tile", "max"),
("title", "Warhammer 40,000: Darktide", "tile")
] ]
def main(): def main():