diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-05-06 11:41:31 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-05-06 11:42:23 -0400 |
commit | 9703317a4dc54243a046fe7daf3299134bedb808 (patch) | |
tree | 8e4e315018cae5146acbd85ac7e4bc499b47d10c /desktop/.config/river/init | |
parent | c5865cfe4043c64ad579df5cea121b04c5024c91 (diff) |
dotfiles
Diffstat (limited to 'desktop/.config/river/init')
-rwxr-xr-x | desktop/.config/river/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/.config/river/init b/desktop/.config/river/init index b9a009d..04fb78c 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 before-sleep swaylock timeout 1300 'wlopm --off \*' resume 'wlopm --on \*'" +riverctl spawn "swayidle -w timeout 1200 'swaylock -f' timeout 1300 'wlopm --off \*' before-sleep 'swaylock -f' resume 'wlopm --on \*'" 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" |