Sway : Add mako repeat key.
This commit is contained in:
parent
7e5871bbb8
commit
b9e1e404ca
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue