diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-10 14:13:18 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-10 14:13:18 +0200 |
commit | f326b4c7a9d78ce0eb1c6afa34d3ea00e78d68d1 (patch) | |
tree | 2ce5fe96408469447140da3dd446751ac37c3ae7 | |
parent | b46e1eeec7036c7a30392755d9c3baf24cf27a5e (diff) |
add and use waylock
-rwxr-xr-x | install.sh | 7 | ||||
-rwxr-xr-x | riverrc | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -47,10 +47,11 @@ fi if command_exists pacman; then ${SUDO} pacman -Sy --noconfirm --needed \ - river - seatd-openrc + river \ + seatd-openrc \ wofi \ waybar \ + waylock \ flameshot \ swaybg \ picom \ @@ -84,7 +85,7 @@ if command_exists pacman; then gst-plugins-bad \ sl - paru -S --noconfirm cava neo-matrix + paru -S --noconfirm cava neo-matrix ${SUDO} rc-update add seatd boot else @@ -13,6 +13,10 @@ riverctl map normal Super A spawn "wofi -S run" # screenshot riverctl map normal Super Print spawn "flameshot gui" +# lock screen +super + l + waylock + # kill session completely riverctl map normal Super+Alt O spawn "pkill -u ${USER}" |