From 640379c1057f6c5950cc65a99ea2338262ccc752 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Wed, 6 May 2026 13:43:03 +0200 Subject: [PATCH] sway+tmux added bash emergency brakes --- CONFIG/sway/config | 2 +- CONFIG/tmux/tmux.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CONFIG/sway/config b/CONFIG/sway/config index ff963dd..41a9825 100644 --- a/CONFIG/sway/config +++ b/CONFIG/sway/config @@ -67,7 +67,7 @@ set $powermenu ~/.config/sway/scripts/power_menu.sh # ------------------------------------------ # Launch the terminal bindsym $mod+Return exec $term -bindsym $mod+Shift+Return exec foot +bindsym Mod4+Shift+Return exec foot bash # Kill focused window bindsym $mod+Shift+q kill # Lock screen diff --git a/CONFIG/tmux/tmux.conf b/CONFIG/tmux/tmux.conf index ed3937b..cadbddd 100644 --- a/CONFIG/tmux/tmux.conf +++ b/CONFIG/tmux/tmux.conf @@ -126,6 +126,8 @@ bind v split-window -h -c "#{pane_current_path}" bind s split-window -v -c "#{pane_current_path}" bind V split-window -fh -c "#{pane_current_path}" bind S split-window -fv -c "#{pane_current_path}" +bind x split-window -fh bash + # Change layouts bind o rotate-window