From c3d0531e35012279e4c876bf40ce227f483b7376 Mon Sep 17 00:00:00 2001 From: datalore Date: Wed, 21 Feb 2024 17:04:09 +0100 Subject: [PATCH] Added ssh-agent, polkit-kde-agent and swaylock --- .config/hypr/hyprland.conf | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6549326..cc4ea69 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -27,6 +27,7 @@ xwayland { # Some default env vars. env = XCURSOR_SIZE,24 +env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/ssh-agent.sock # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { @@ -200,4 +201,6 @@ bindm = $mainMod, mouse:273, resizewindow exec-once = hyprpaper exec-once = waybar exec-once = dunst +exec-once = /usr/lib/polkit-kde-authentication-agent-1 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' diff --git a/README.md b/README.md index 94e0aad..acd171e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ My current dotfiles for hyprland - kitty - wofi - zsh +- swaylock +- swayidle +- polkit-kde-agent ### Optional