mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-22 03:28:47 +02:00
added dnd mode and window swallowing
This commit is contained in:
parent
fd46423f0f
commit
9346f157b7
2 changed files with 22 additions and 2 deletions
|
@ -80,6 +80,12 @@ gestures {
|
|||
workspace_swipe = off # doesn't really work
|
||||
}
|
||||
|
||||
misc {
|
||||
enable_swallow = true
|
||||
swallow_regex = ^Alacritty$
|
||||
}
|
||||
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
|
@ -152,9 +158,9 @@ bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
|||
bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
|
||||
# even more fancy stuff (aka abusing XF86 keys)
|
||||
bind = ,XF86WLAN, exec, wpa_gui
|
||||
bind = ,XF86Messenger, exec, makoctl dismiss
|
||||
bind = SHIFT ,XF86Messenger, exec, makoctl restore
|
||||
bind = ,XF86Go, exec, makoctl invoke
|
||||
bind = ,Cancel, exec, sh ~/.config/mako/do-not-disturb.sh
|
||||
bind = ,XF86Display, exec, hyprpaper
|
||||
bind = ,Cancel, exec, swaylock
|
||||
bind = ,XF86Favorites, exec, swaylock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue