mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
Compare commits
3 Commits
68964d6ffd
...
0b27da3f22
Author | SHA1 | Date | |
---|---|---|---|
0b27da3f22 | |||
5e2db81676 | |||
fbf0c07125 |
@ -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:
|
||||||
#
|
#
|
||||||
|
2
conf/sway/config.d/00-mako.conf
Normal file
2
conf/sway/config.d/00-mako.conf
Normal 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"
|
Loading…
Reference in New Issue
Block a user