Update hyprland
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user