aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-10 14:13:18 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-10 14:13:18 +0200
commitf326b4c7a9d78ce0eb1c6afa34d3ea00e78d68d1 (patch)
tree2ce5fe96408469447140da3dd446751ac37c3ae7
parentb46e1eeec7036c7a30392755d9c3baf24cf27a5e (diff)
add and use waylock
-rwxr-xr-xinstall.sh7
-rwxr-xr-xriverrc4
2 files changed, 8 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 91d6a03..077c3f9 100755
--- a/install.sh
+++ b/install.sh
@@ -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
diff --git a/riverrc b/riverrc
index e622cb2..6854f73 100755
--- a/riverrc
+++ b/riverrc
@@ -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}"