(hypr) fixed config after breaking changes

This commit is contained in:
zegonix
2025-12-31 10:24:39 +01:00
committed by scbj
parent 81d890a40b
commit ebb0ebbfc4
2 changed files with 13 additions and 10 deletions

View File

@@ -172,6 +172,7 @@ input {
# cursor
follow_mouse = 2
float_switch_override_focus = 0
}
cursor {
@@ -185,7 +186,6 @@ general {
# borders
border_size = 1
no_border_on_floating = false
gaps_in = 6
gaps_out = 12
col.inactive_border = rgba(00000000)
@@ -242,7 +242,6 @@ misc {
focus_on_activate = false
allow_session_lock_restore = true
background_color = rgba(202020FF)
new_window_takes_over_fullscreen = 2
middle_click_paste = false
}
@@ -250,13 +249,13 @@ misc {
animations:enabled = false
# window rules
windowrule = idleinhibit always, class:steam_app.*
windowrule = match:class steam_app.*, idle_inhibit always
windowrule = match:title Steam, tile true
windowrule = match:title Friends List, tile true
windowrule = tile, class:steam
windowrule = opacity 0.9, class:foot
windowrule = opacity 0.9, class:com.mitchellh.ghostty
windowrule = opacity 0.93, class:SpeedCrunch
windowrule = match:class foot, opacity 0.9
windowrule = match:class com.mitchellh.ghostty, opacity 0.9
windowrule = match:class SpeedCrunch, opacity 0.93
# ..

View File

@@ -1,4 +1,8 @@
$image = ~/dotfiles/images/dungeon_forest.jpg
preload = $image
wallpaper = , $image
wallpaper {
monitor =
path = $image
fit_mode = cover
}