aboutsummaryrefslogtreecommitdiff
path: root/sway/config.d/40-app-shortcuts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.d/40-app-shortcuts.conf')
-rw-r--r--sway/config.d/40-app-shortcuts.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/config.d/40-app-shortcuts.conf b/sway/config.d/40-app-shortcuts.conf
index 1f6b639..9c27915 100644
--- a/sway/config.d/40-app-shortcuts.conf
+++ b/sway/config.d/40-app-shortcuts.conf
@@ -1,7 +1,7 @@
# vi: ft=i3config
-bindsym $mod+Return exec "alacritty"
-bindsym $mod+Shift+Return exec "alacritty -t termite_floating"
+bindsym $mod+Return exec $term
+bindsym $mod+Shift+Return exec "$term -t termite_floating"
bindsym $mod+o exec "dolphin"