Added ssh-agent, polkit-kde-agent and swaylock
This commit is contained in:
parent
623a0243ec
commit
c3d0531e35
@ -27,6 +27,7 @@ xwayland {
|
|||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/ssh-agent.sock
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
@ -200,4 +201,6 @@ bindm = $mainMod, mouse:273, resizewindow
|
|||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||||
exec-once = gammastep
|
exec-once = gammastep
|
||||||
|
exec-once = swayidle -w timeout 300 'swaylock -f' timeout 360 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f' lock 'swaylock -f'
|
||||||
|
Loading…
Reference in New Issue
Block a user