Compare commits

...

3 Commits

Author SHA1 Message Date
0b27da3f22
sway: restore suspend shortcut 2022-06-02 23:57:30 +03:00
5e2db81676
sway/mako: add progress color whatever that is 2022-06-02 23:31:48 +03:00
fbf0c07125
sway: add mako
TODO: prettify it by making it Selenized?
2022-06-02 23:13:39 +03:00
2 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,9 @@ font pango:Noto Sans Mono Regular 10
# Exit sway (logs you out of your Wayland session) # Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+e 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' bindsym $mod+Shift+e 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'
# Lock and suspend
bindsym $mod+Escape exec "swaynag -t warning -m 'You pressed the SUSPEND shortcut. Do you really want to SUSPEND?' -B 'Yes, SUSPEND' '$ScreenLockCmd; systemctl -i suspend'"
# #
# Moving around: # Moving around:
# #

View File

@ -0,0 +1,2 @@
# Notifications daemon that Lumina for some reason doesn't include
exec --no-startup-id mako --font "Noto Serif" --icons 1 --default-timeout 3000 --anchor bottom-left --progress-color "#970000"