minor vesktop, vscode, and sway config fixes, fix restore.sh and some perms stuff

This commit is contained in:
askiiart 2024-06-02 13:54:30 -05:00
parent ab89154611
commit f5b7c87428
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
9 changed files with 37 additions and 18 deletions

View file

@ -31,8 +31,8 @@ set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown
mode "$mode_system" {
bindsym l exec --no-startup-id $lockwall, mode "default"
bindsym e exec --no-startup-id swaymsg exit, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default"
bindsym s exec --no-startup-id systemctl shutdown, mode "default"
bindsym r exec --no-startup-id reboot, mode "default"
bindsym s exec --no-startup-id shutdown now, mode "default"
# back to normal: Enter or Escape
bindsym Return mode "default"