lockscreen changes

This commit is contained in:
Nemo 2021-06-09 20:10:21 +05:30
parent 9a436039d0
commit ee681c8c40
1 changed files with 7 additions and 7 deletions

View File

@ -98,10 +98,13 @@ bindsym XF86KbdBrightnessDown exec /home/nemo/projects/scripts/backlight down
# dunst for notifications # dunst for notifications
exec "dunst" exec "dunst"
# Win+L # Lock Related
bindsym $mod+l exec multilockscreen -l dim ## Setup a new lock screen on every boot
exec "sh -c 'multilockscreen --fx dim -u /home/nemo/Pictures/wallpapers/; multilockscreen -w'"
# For now, just run gnome-screenshot for window-screenshots ## Run xss-lock for handling suspend + session locks
exec xss-lock -l -- multilockscreen --l dim
## And manual locking as well
bindsym $mod+l exec loginctl lock-session
# For starting applications with a .desktop entry # For starting applications with a .desktop entry
bindsym $mod+shift+d exec notify-send -u low "Use Mod+Caps_Lock instead" bindsym $mod+shift+d exec notify-send -u low "Use Mod+Caps_Lock instead"
@ -257,9 +260,6 @@ exec --no-startup-id GTK_THEME=Ambiance com.github.parnold-x.nasc
# Only for Nasc # Only for Nasc
bindsym $mod+F3 [class="Com.github.parnold-x.nasc"] scratchpad show bindsym $mod+F3 [class="Com.github.parnold-x.nasc"] scratchpad show
# Setup a new lock screen on every boot
exec "sh -c 'multilockscreen --fx dim -u /home/nemo/Pictures/wallpapers/; multilockscreen -w'"
# Go through all windows # Go through all windows
# Scratchpad # Scratchpad