From 291b855c6cd32393c32a52daf1782e1864000fdf Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 18 Jun 2023 19:27:02 +0530 Subject: fixing suspend --- .config/hypr/hyprland.conf | 2 +- .scripts/suspend.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 .scripts/suspend.sh diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f745b2e..706ec8a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -5,7 +5,7 @@ monitor=eDP-1,1920x1080@60,0x0,1.00,transform,0 # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox -exec-once = waybar & dunst & wpaperd +exec-once = waybar & dunst & wpaperd & suspend.sh exec-once = exec-once=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY # Source a file (multi-file configs) diff --git a/.scripts/suspend.sh b/.scripts/suspend.sh new file mode 100755 index 0000000..3e5a260 --- /dev/null +++ b/.scripts/suspend.sh @@ -0,0 +1,6 @@ +#!/bin/bash +swayidle -w \ + timeout 240 ' swaylock ' \ + timeout 400 ' hyprctl dispatch dpms off' \ + resume ' hyprctl dispatch dpms on' \ + before-sleep 'swaylock' -- cgit v1.2.3