swaylock
This commit is contained in:
parent
b6c2953992
commit
f0f2105b38
@ -13,7 +13,7 @@ git:.config/git .local/bin/ga
|
||||
ranger:.config/ranger
|
||||
gpg:
|
||||
i3:.xinitrc .xprofile .Xresources .config/i3 .config/i3blocks .config/rofi .config/picom .local/bin/slm .local/bin/slm_rofi.sh .local/bin/power_rofi.sh .local/bin/i3_switch_workspace.sh .config/mimeapps.list .local/bin/screenshot .local/bin/i3_swap_workspaces .local/bin/i3blocks_helper .local/bin/switch-layout %pomodoro
|
||||
sway:.config/sway .config/i3blocks .config/mako .config/mimeapps.list .local/bin/screenshot .local/bin/i3blocks_helper .local/bin/layout_change_handler .Xresources %pomodoro
|
||||
sway:.config/sway .config/i3blocks .config/mako .config/mimeapps.list .local/bin/screenshot .local/bin/i3blocks_helper .local/bin/layout_change_handler .config/swaylock .Xresources %pomodoro
|
||||
pomodoro:
|
||||
bat:.config/bat
|
||||
font:
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Sway autostart
|
||||
|
||||
exec swayidle -w \
|
||||
timeout 1800 'swaylock --ignore-empty-password --show-failed-attempts -f' \
|
||||
timeout 1800 'swaylock -f' \
|
||||
timeout 1805 'swaymsg "output * power off"' \
|
||||
resume 'swaymsg "output * power on"'
|
||||
|
||||
|
||||
@ -99,7 +99,7 @@ mode $exitmode {
|
||||
bindsym --to-code r exec reboot
|
||||
bindsym --to-code s exec shutdown -h now
|
||||
bindsym --to-code u exec systemctl suspend; mode "default"
|
||||
bindsym --to-code l exec swaylock --ignore-empty-password --show-failed-attempts; mode "default"
|
||||
bindsym --to-code l exec swaylock -f; mode "default"
|
||||
bindsym --to-code b exec magick canvas:none PNG:- | feh -YFx -; mode "default"
|
||||
|
||||
bindsym Escape mode "default"
|
||||
|
||||
3
home/user/.config/swaylock/config
Normal file
3
home/user/.config/swaylock/config
Normal file
@ -0,0 +1,3 @@
|
||||
color=000000
|
||||
ignore-empty-password
|
||||
show-failed-attempts
|
||||
Loading…
x
Reference in New Issue
Block a user