Update all

This commit is contained in:
Pablu
2026-01-20 10:40:50 +01:00
parent 365b3a180b
commit efa6e543ad
13 changed files with 115 additions and 371 deletions

View File

@@ -1,37 +1,37 @@
# Auto generated window rules for Games
windowrule = fullscreen, title:(Stardew Valley), class:(Stardew Valley)
windowrule = monitor DP-3, title:(Stardew Valley), class:(Stardew Valley)
windowrule = allowsinput, title:(Stardew Valley), class:(Stardew Valley)
windowrule = fullscreen on, match:title "Stardew Valley", match:class "Stardew Valley"
windowrule = monitor DP-3, match:title "Stardew Valley", match:class "Stardew Valley"
windowrule = allows_input on, match:title "Stardew Valley", match:class "Stardew Valley"
windowrule = tile, initialClass:(steam_app_.*)
windowrule = maximize, initialClass:(steam_app_.*)
windowrule = fullscreen, initialClass:(steam_app_.*)
windowrule = monitor DP-3, initialClass:(steam_app_.*)
windowrule = allowsinput, initialClass:(steam_app_.*)
windowrule = tile on, match:initial_class "steam_app_.*"
windowrule = maximize on, match:initial_class "steam_app_.*"
windowrule = fullscreen on, match:initial_class "steam_app_.*"
windowrule = monitor DP-3, match:initial_class "steam_app_.*"
windowrule = allows_input on, match:initial_class "steam_app_.*"
windowrule = stayfocused, title:(ffxiv*), class:(ffxiv*)
windowrule = fullscreen, title:(ffxiv*), class:(ffxiv*)
windowrule = monitor DP-3, title:(ffxiv*), class:(ffxiv*)
windowrule = allowsinput, title:(ffxiv*), class:(ffxiv*)
windowrule = stay_focused on, match:title "ffxiv*", match:class "ffxiv*"
windowrule = fullscreen on, match:title "ffxiv*", match:class "ffxiv*"
windowrule = monitor DP-3, match:title "ffxiv*", match:class "ffxiv*"
windowrule = allows_input on, match:title "ffxiv*", match:class "ffxiv*"
windowrule = fullscreen, title:(Hollow Knight), class:(Hollow Knight)
windowrule = monitor DP-3, title:(Hollow Knight), class:(Hollow Knight)
windowrule = allowsinput, title:(Hollow Knight), class:(Hollow Knight)
windowrule = fullscreen on, match:title "Hollow Knight", match:class "Hollow Knight"
windowrule = monitor DP-3, match:title "Hollow Knight", match:class "Hollow Knight"
windowrule = allows_input on, match:title "Hollow Knight", match:class "Hollow Knight"
windowrule = fullscreen, title:(HELLDIVERS*), class:(HELLDIVERS*)
windowrule = monitor DP-3, title:(HELLDIVERS*), class:(HELLDIVERS*)
windowrule = allowsinput, title:(HELLDIVERS*), class:(HELLDIVERS*)
windowrule = fullscreen on, match:title "HELLDIVERS*", match:class "HELLDIVERS*"
windowrule = monitor DP-3, match:title "HELLDIVERS*", match:class "HELLDIVERS*"
windowrule = allows_input on, match:title "HELLDIVERS*", match:class "HELLDIVERS*"
windowrule = tile, title:(CS), class:(CS)
windowrule = maximize, title:(CS), class:(CS)
windowrule = fullscreen, title:(CS), class:(CS)
windowrule = monitor DP-3, title:(CS), class:(CS)
windowrule = allowsinput, title:(CS), class:(CS)
windowrule = tile on, match:title "CS", match:class "CS"
windowrule = maximize on, match:title "CS", match:class "CS"
windowrule = fullscreen on, match:title "CS", match:class "CS"
windowrule = monitor DP-3, match:title "CS", match:class "CS"
windowrule = allows_input on, match:title "CS", match:class "CS"
windowrule = tile, title:(Warhammer 40,000: Darktide)
windowrule = maximize, title:(Warhammer 40,000: Darktide)
windowrule = fullscreen, title:(Warhammer 40,000: Darktide)
windowrule = monitor DP-3, title:(Warhammer 40,000: Darktide)
windowrule = allowsinput, title:(Warhammer 40,000: Darktide)
windowrule = tile on, match:title "Warhammer 40.000: Darktide"
windowrule = maximize on, match:title "Warhammer 40.000: Darktide"
windowrule = fullscreen on, match:title "Warhammer 40.000: Darktide"
windowrule = monitor DP-3, match:title "Warhammer 40.000: Darktide"
windowrule = allows_input on, match:title "Warhammer 40.000: Darktide"

View File

@@ -92,9 +92,7 @@ misc {
# https://wiki.hyprland.org/Configuring/Variables/#input
input {
kb_layout = de #us,
# kb_variant = qwertz #,
kb_options = grp:alt_space_toggle
kb_layout = de
follow_mouse = 1
sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
@@ -105,3 +103,8 @@ input {
natural_scroll = false
}
}
device {
name = kinesis-kinesis-adv360-1
kb_layout = us
}

View File

@@ -23,3 +23,5 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
exec-once = dunst
exec-once = polkit-kde-agent
exec-once = playerctld daemon
exec-once = $hyprlock

View File

@@ -20,8 +20,8 @@ workspace=9,monitor:DP-3,persistent:true
workspace=10,monitor:DP-3,persistent:true
# Other
windowrule = stayfocused, class:(swappy)
windowrule = allowsinput, class:(discord)
windowrule = monitor DP-2, class:(discord)
windowrule = noinitialfocus, initialClass:(steam)
windowrule = monitor DP-2, initialClass:(steam)
windowrule = stay_focused on, match:class swappy
windowrule = allows_input on, match:class discord
windowrule = monitor DP-2, match:class discord
windowrule = no_initial_focus on, match:initial_class steam
windowrule = monitor DP-2, match:initial_class steam