Adds closing window
This commit is contained in:
parent
296f219434
commit
84eca6053b
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1 @@
|
|||
return {
|
||||
"gelguy/wilder.nvim",
|
||||
config = function() end,
|
||||
}
|
||||
return { "gelguy/wilder.nvim", config = function() end }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue