diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-06-18 19:27:02 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-06-18 19:27:02 +0530 |
commit | 291b855c6cd32393c32a52daf1782e1864000fdf (patch) | |
tree | 80ce9979cdeafb0a7ad8e822a9ab6ef7358b66b8 /.config/hypr | |
parent | 2a7a8ac64e9589e051f1ca647f8a0f620b4862ad (diff) |
fixing suspend
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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) |