fixed swaynag
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -64,6 +64,7 @@ export LC_WHO=rorlando
|
||||
# Scripts Path
|
||||
PATH=$PATH:~/code/scripts
|
||||
PATH=$PATH:~/.local/bin
|
||||
PATH=$PATH:~/bin
|
||||
|
||||
# Doom Path
|
||||
PATH=$PATH:~/.config/emacs/bin/
|
||||
|
||||
@@ -152,7 +152,7 @@ bindsym $mod+Mod1+g exec grimshot save output
|
||||
bindsym $mod+Ctrl+g exec grimshot save window
|
||||
|
||||
# Turn the system off
|
||||
bindsym $mod+Shift+e exec swaynag -t custom -m 'What action would you like to perform?' -b 'Shutdown' 'poweroff' -b 'Restart' 'poweroff --reboot' -b 'Suspend' 'systemctl suspend'
|
||||
bindsym $mod+Shift+e exec swaynag -t custom -m 'What action would you like to perform?' -b 'Shutdown' 'systemctl poweroff' -b 'Restart' 'systemctl reboot' -b 'Suspend' 'systemctl suspend'
|
||||
|
||||
# Notifications
|
||||
exec_always dunst
|
||||
|
||||
Reference in New Issue
Block a user