summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-05-07 10:29:06 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-05-07 10:29:06 -0400
commit6ffb07fc58b094b2c2bc27fc176354b16b251819 (patch)
tree015ad46c75341eeae261a7912f9e74b0cd25fcb4 /desktop
parent9703317a4dc54243a046fe7daf3299134bedb808 (diff)
fix swayidle
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/.config/river/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/.config/river/init b/desktop/.config/river/init
index 04fb78c..1d6a796 100755
--- a/desktop/.config/river/init
+++ b/desktop/.config/river/init
@@ -5,7 +5,7 @@ emacsclient -e "(progn $(for v in WAYLAND_DISPLAY DISPLAY SSH_AUTH_SOCK; do echo
riverctl spawn "kanshi"
riverctl spawn "waybar"
riverctl spawn "nm-applet --indicator"
-riverctl spawn "swayidle -w timeout 1200 'swaylock -f' timeout 1300 'wlopm --off \*' before-sleep 'swaylock -f' resume 'wlopm --on \*'"
+riverctl spawn "swayidle -w timeout 1200 'swaylock -f' timeout 1300 'wlopm --off \*' resume 'wlopm --on \*' before-sleep 'swaylock -f'"
riverctl spawn "dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY QT_QPT_PLATFORM XDG_CURRENT_DESKTOP=river"
riverctl spawn "systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORM DISPLAY"
riverctl spawn "systemctl --user set-environment XDG_CURRENT_DESKTOP=river"