diff --git a/.config/hypr/config/binds.conf b/.config/hypr/config/binds.conf index f35b7ee..1924a02 100644 --- a/.config/hypr/config/binds.conf +++ b/.config/hypr/config/binds.conf @@ -85,6 +85,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 +bind = $mainMod, F, fullscreen + # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow diff --git a/.config/hypr/config/games.conf b/.config/hypr/config/games.conf index 788e914..a52e80a 100644 --- a/.config/hypr/config/games.conf +++ b/.config/hypr/config/games.conf @@ -29,3 +29,8 @@ windowrulev2 = fullscreen, title:(CS), class:(CS) windowrulev2 = monitor DP-3, 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) + diff --git a/.config/hypr/config/general.conf b/.config/hypr/config/general.conf index 64bfdcc..a2e2ca4 100644 --- a/.config/hypr/config/general.conf +++ b/.config/hypr/config/general.conf @@ -22,6 +22,10 @@ general { layout = master } +cursor { + no_hardware_cursors = true +} + # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { # rounding = 10 diff --git a/.config/hypr/games.py b/.config/hypr/games.py index aa7c23b..5ff5e1f 100644 --- a/.config/hypr/games.py +++ b/.config/hypr/games.py @@ -4,7 +4,8 @@ games = [ ("all", "ffxiv*", "sf"), ("all", "Hollow Knight"), ("all", "HELLDIVERS*"), - ("all", "CS", "tile", "max") + ("all", "CS", "tile", "max"), + ("title", "Warhammer 40,000: Darktide", "tile") ] def main():