From 7af59ba3ca31c4cde06d048188f702cae30da50e Mon Sep 17 00:00:00 2001 From: opal Date: Wed, 18 Oct 2023 09:48:35 -0700 Subject: [PATCH] fixed swaynag --- .bashrc | 1 + .config/sway/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 0ec45bf..51c8bed 100755 --- a/.bashrc +++ b/.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/ diff --git a/.config/sway/config b/.config/sway/config index fbd9915..4c5c2b1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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