aboutsummaryrefslogtreecommitdiff
path: root/river
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2024-06-01 21:49:19 +0200
committerbozo.kopic <bozo@kopic.xyz>2024-06-01 21:49:19 +0200
commit9dd5082688f18e0f887de9ff31d1fb28ba5aa14c (patch)
tree374e46fdb7bf3fd047faa5f3c7a628511c0964fe /river
parent2718a4de5389cfe5287f2289b0e46d8509e2aeab (diff)
.
Diffstat (limited to 'river')
-rwxr-xr-xriver/init3
1 files changed, 2 insertions, 1 deletions
diff --git a/river/init b/river/init
index 8fb3a70..78e1498 100755
--- a/river/init
+++ b/river/init
@@ -11,7 +11,7 @@ mod=Mod4
riverctl map-pointer normal $mod BTN_LEFT move-view
riverctl map-pointer normal $mod BTN_RIGHT resize-view
-riverctl map normal $mod Return spawn alacritty
+riverctl map normal $mod Return spawn foot
riverctl map normal $mod Space spawn ~/.dotfiles/wofi/run.sh
riverctl map normal $mod+Shift E exit
@@ -65,6 +65,7 @@ if command -v systemctl > /dev/null; then
systemctl --user restart xdg-desktop-portal
systemctl --user restart xdg-desktop-portal-wlr
+ systemctl --user restart xdg-desktop-portal-gtk
systemctl --user restart plasma-kactivitymanagerd
fi