Sway : Add mako repeat key.

This commit is contained in:
Dmitry Voronin 2024-03-28 14:22:48 +03:00
parent 7e5871bbb8
commit b9e1e404ca
2 changed files with 8 additions and 1 deletions

View file

@ -19,3 +19,7 @@ bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session).
bindsym $mod+Shift+z exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
# Show last notification.
bindsym $mod+m exec makoctl restore
bindsym $mod+shift+m exec makoctl dismiss --all

View file

@ -1,3 +1,6 @@
anchor=top-center
background-color=#d79921
font="SF Pro Display" Medium 14
background-color=#282828
text-color=#ffffff
border-color=#000000
default-timeout=5000