forked from logan/dotfiles
Switched to xss-lock for better compatability
Signed-off-by: Logan G <logan2611@gmail.com>
This commit is contained in:
parent
d95b1e71b5
commit
aa1dce97c7
1 changed files with 3 additions and 2 deletions
|
@ -178,8 +178,8 @@ mode "resize" {
|
|||
|
||||
|
||||
### Custom
|
||||
#bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session
|
||||
bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10
|
||||
bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session
|
||||
#bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10
|
||||
|
||||
# Move workspace over to neighboring monitors
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
|
@ -226,6 +226,7 @@ exec --no-startup-id /usr/bin/syncthingtray --wait 2>&1 &
|
|||
exec --no-startup-id /usr/bin/kdeconnect-indicator 2>&1 &
|
||||
exec --no-startup-id /usr/bin/xfce4-power-manager 2>&1 &
|
||||
exec --no-startup-id /usr/bin/bash ~/.screenlayout/default.sh
|
||||
exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10
|
||||
|
||||
default_border pixel 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue