(hypr) fixed config after breaking changes
This commit is contained in:
@@ -172,6 +172,7 @@ input {
|
|||||||
|
|
||||||
# cursor
|
# cursor
|
||||||
follow_mouse = 2
|
follow_mouse = 2
|
||||||
|
float_switch_override_focus = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
cursor {
|
cursor {
|
||||||
@@ -185,7 +186,6 @@ general {
|
|||||||
|
|
||||||
# borders
|
# borders
|
||||||
border_size = 1
|
border_size = 1
|
||||||
no_border_on_floating = false
|
|
||||||
gaps_in = 6
|
gaps_in = 6
|
||||||
gaps_out = 12
|
gaps_out = 12
|
||||||
col.inactive_border = rgba(00000000)
|
col.inactive_border = rgba(00000000)
|
||||||
@@ -242,7 +242,6 @@ misc {
|
|||||||
focus_on_activate = false
|
focus_on_activate = false
|
||||||
allow_session_lock_restore = true
|
allow_session_lock_restore = true
|
||||||
background_color = rgba(202020FF)
|
background_color = rgba(202020FF)
|
||||||
new_window_takes_over_fullscreen = 2
|
|
||||||
middle_click_paste = false
|
middle_click_paste = false
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -250,13 +249,13 @@ misc {
|
|||||||
animations:enabled = false
|
animations:enabled = false
|
||||||
|
|
||||||
# window rules
|
# 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 = match:class foot, opacity 0.9
|
||||||
|
windowrule = match:class com.mitchellh.ghostty, opacity 0.9
|
||||||
windowrule = opacity 0.9, class:foot
|
windowrule = match:class SpeedCrunch, opacity 0.93
|
||||||
windowrule = opacity 0.9, class:com.mitchellh.ghostty
|
|
||||||
windowrule = opacity 0.93, class:SpeedCrunch
|
|
||||||
|
|
||||||
|
|
||||||
# ..
|
# ..
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
$image = ~/dotfiles/images/dungeon_forest.jpg
|
$image = ~/dotfiles/images/dungeon_forest.jpg
|
||||||
|
|
||||||
preload = $image
|
wallpaper {
|
||||||
wallpaper = , $image
|
monitor =
|
||||||
|
path = $image
|
||||||
|
fit_mode = cover
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user