diff options
-rwxr-xr-x | bin/lock-screen | 15 | ||||
-rwxr-xr-x | install.sh | 1 | ||||
-rw-r--r-- | sxhkdrc | 2 |
3 files changed, 16 insertions, 2 deletions
diff --git a/bin/lock-screen b/bin/lock-screen new file mode 100755 index 0000000..273b016 --- /dev/null +++ b/bin/lock-screen @@ -0,0 +1,15 @@ +#! /bin/bash + +main() { + tty-clock -r -D -B -s -S + su $USER sh -c '' && bspc wm -r || main +} + +trap "" 1 2 3 15 20 SIGTSTP + +killall -qw sxhkd polybar +bspc node -t fullscreen + +sleep 1 + +main @@ -30,7 +30,6 @@ if command_exists apt; then rofi \ polybar \ scrot \ - i3lock-fancy \ feh \ picom \ dunst \ @@ -48,7 +48,7 @@ XF86MonBrightnessUp # lock screen super + l - i3lock-fancy + ~/.local/kitty.app/bin/kitty -- ~/bin/lock-screen # power off/reboot/hibernate super + alt + {s,a,y} |