mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 18:11:52 +01:00
Update lock command
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
general {
|
general {
|
||||||
lock_cmd = lockscreen
|
lock_cmd = hyprlock
|
||||||
before_sleep_cmd = lockscreen
|
before_sleep_cmd = hyprlock
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on
|
after_sleep_cmd = hyprctl dispatch dpms on
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -18,10 +18,10 @@ listener {
|
|||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 330
|
timeout = 330
|
||||||
on-timeout = lockscreen
|
on-timeout = hyprlock
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 600
|
timeout = 600
|
||||||
on-timeout = systemctl suspend
|
on-timeout = systemctl suspend
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,7 +24,7 @@ exec-once = fcitx5 -d &
|
|||||||
exec-once = mako &
|
exec-once = mako &
|
||||||
exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob | wob & disown" &
|
exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob | wob & disown" &
|
||||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
||||||
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
# exec-once = xdg-desktop-portal-hyprland &
|
# exec-once = xdg-desktop-portal-hyprland &
|
||||||
|
|
||||||
|
|
||||||
@ -169,7 +169,7 @@ binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%- && brightnessctl -m |
|
|||||||
|
|
||||||
|
|
||||||
# Lock screen
|
# Lock screen
|
||||||
bind = , XF86PowerOff, exec, lockscreen
|
bind = , XF86PowerOff, exec, hyprlock
|
||||||
|
|
||||||
|
|
||||||
# Reload
|
# Reload
|
||||||
|
|||||||
Reference in New Issue
Block a user