aboutsummaryrefslogtreecommitdiff
path: root/river
diff options
context:
space:
mode:
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