diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index f668830..52186da 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -1,22 +1,22 @@ general { - # lock_cmd = notify-send "lock!" # dbus/sysd lock command (loginctl lock-session) - # unlock_cmd = notify-send "unlock!" # same as above, but unlock - # before_sleep_cmd = notify-send "Zzz" # command ran before sleep - # after_sleep_cmd = notify-send "Awake!" # command ran after sleep - ignore_dbus_inhibit = true # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) + lock_cmd = notify-send "lock!" # dbus/sysd lock command (loginctl lock-session) + unlock_cmd = notify-send "unlock!" # same as above, but unlock + before_sleep_cmd = notify-send "Zzz" # command ran before sleep + after_sleep_cmd = notify-send "Awake!" # command ran after sleep + ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) } # Screenlock listener { - timeout = 300 # in seconds + timeout = 600 # in seconds on-timeout = hyprlock # command to run when timeout has passed on-resume = notify-send "Welcome back Thomas!" # command to run when activity is detected after timeout has fired. } # Suspend listener { - timeout = 360 # in seconds - on-timeout = systemctl suspend # command to run when timeout has passed - on-resume = notify-send "Welcome back Thomas!" # command to run when activity is detected after timeout has fired. + # timeout = 350 # in seconds + # on-timeout = systemctl suspend # command to run when timeout has passed + # on-resume = notify-send "Welcome back Thomas!" # command to run when activity is detected after timeout has fired. } diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 989a4e1..ef21531 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -20,11 +20,10 @@ monitor=eDP-1,preferred,3440x1648,1 # ThinkPad # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = waybar & hyprpaper +exec-once = waybar & hyprpaper & hypridle & swaync exec-once=hyperctl setcursor Breeze 24 gsettings set org.gnome.desktop.interface cursor-theme Breeze gsettings set org.gnome.desktop.interface cursor-size 24 -# exec-once = waybar & hyprpaper & firefox # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf