Adds closing window

This commit is contained in:
Michel Fedde 2025-03-09 21:06:00 +01:00
parent 296f219434
commit 84eca6053b
2 changed files with 6 additions and 4 deletions

View file

@ -12,3 +12,8 @@ monitor=$primary, preferred, 0x0, 1
monitor=$secondary, preferred, auto-up, 1
exec=xrandr --output $primary --primary
# trigger when the switch is turning off
bindl = , switch:off:Lid Switch,exec,hyprctl dispatch dpms on
# trigger when the switch is turning on
bindl = , switch:on:Lid Switch,exec,hyprctl dispatch dpms off

View file

@ -1,4 +1 @@
return {
"gelguy/wilder.nvim",
config = function() end,
}
return { "gelguy/wilder.nvim", config = function() end }