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