mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-22 12:12:31 -05:00
Add locking into sway config
This commit is contained in:
parent
d0e2c8545b
commit
93add4f7f6
1 changed files with 5 additions and 5 deletions
|
|
@ -29,12 +29,12 @@ exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
### IDLE CONFIG ###
|
||||
###################
|
||||
|
||||
#exec swayidle -w timeout 300 'swaylock --screenshots --effect-blur 10x7 --effect-pixelate 20 --clock --indicator --indicator-thickness 6 --ring-color 6F6AB5'
|
||||
exec swayidle -w timeout 300 'hyprlock'
|
||||
|
||||
#set $lock 'swaylock -f -c 000000'
|
||||
#bindswitch --reload --locked lid:on exec $lock
|
||||
#for_window [app_id="firefox"] inhibit_idle fullscreen
|
||||
#bindsym $mod+Shift+z exec $lock
|
||||
set $lock 'hyprlock'
|
||||
bindswitch --reload --locked lid:on exec $lock
|
||||
for_window [app_id="firefox"] inhibit_idle fullscreen
|
||||
bindsym $mod+Shift+z exec $lock
|
||||
|
||||
### Input configuration
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue