fixed locking
This commit is contained in:
parent
2aadc6da9d
commit
94cf475ae6
@ -57,6 +57,7 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once = $scriptsDir/portal
|
exec-once = $scriptsDir/portal
|
||||||
|
exec-once = hypridle
|
||||||
|
|
||||||
# with lock - hyprctl
|
# with lock - hyprctl
|
||||||
# exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock'
|
# exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock'
|
||||||
@ -289,8 +290,8 @@ bind = $mainMod, K, layoutmsg, cycleprev
|
|||||||
bind = $mainMod, P, pseudo
|
bind = $mainMod, P, pseudo
|
||||||
bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster
|
bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster
|
||||||
bind = $mainMod, Space, exec, $scriptsDir/changeLayout
|
bind = $mainMod, Space, exec, $scriptsDir/changeLayout
|
||||||
bind = $mainMod, X, exec, archlinux-logout
|
bind = $mainMod, X, exec, loginctl lock-session
|
||||||
bind = $mainMod SHIFT, X, exec, arcolinux-powermenu
|
bind = $mainMod SHIFT, E, exit
|
||||||
bind = $mainMod, Y, exec, $term --class update -T update -e cava # f to cycle through foreground colors
|
bind = $mainMod, Y, exec, $term --class update -T update -e cava # f to cycle through foreground colors
|
||||||
|
|
||||||
# Mainmod + Function keys
|
# Mainmod + Function keys
|
||||||
|
Loading…
Reference in New Issue
Block a user