diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-10-22 19:06:04 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-10-22 19:06:04 +0200 |
commit | 15808f4f46a9b66fae35948186268ef5349b2530 (patch) | |
tree | af201ac56b2ba4995d25aaeccd42d7b5e5a45b1d | |
parent | d71abd109bad5ff0002507a25f5d5e240e46aba1 (diff) |
replace orphaned wlopm with wlr-randr
-rwxr-xr-x | install.sh | 2 | ||||
-rwxr-xr-x | riverrc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ if command_exists pacman; then gst-plugins-bad \ sl - paru -S --noconfirm cava neo-matrix wired wlopm + paru -S --noconfirm cava neo-matrix wired wlr-randr ${SUDO} pacman -Rndd polkit @@ -142,7 +142,7 @@ riverctl map normal Super+Shift 0 set-view-tags ${ALL_TAGS} # init # -riverctl spawn "swayidle timeout 600 waylock timeout 900 \"wlopm --off '*'\" resume \"wlopm --on '*'\"" +riverctl spawn "swayidle timeout 600 waylock timeout 900 \"wlr-randr --output $(wlr-randr | grep -E '^[^[:space:]]' | awk '{print $1}') --off\" resume \"wlr-randr --output $(wlr-randr | grep -E '^[^[:space:]]' | awk '{print $1}') --on; riverctl spawn waybar\"" riverctl keyboard-layout $(cat ~/.kblayout) |