about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-23 13:15:06 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-23 13:15:06 +0100
commit55102f30c1aa25f29eb41dd313cb914f9f8a8858 (patch)
tree0b13b220abdd284fe158d3f3bb1004bfe52040d4 /dotfiles
parentDotfiles: Tmux: Set up resurrect to work with vim (diff)
downloadnixos-config-55102f30c1aa25f29eb41dd313cb914f9f8a8858.tar.gz
nixos-config-55102f30c1aa25f29eb41dd313cb914f9f8a8858.tar.bz2
nixos-config-55102f30c1aa25f29eb41dd313cb914f9f8a8858.zip
Dotfiles: Launch st with tmux
Diffstat (limited to 'dotfiles')
-rwxr-xr-xdotfiles/river/init2
-rw-r--r--dotfiles/sway_config2
-rw-r--r--dotfiles/sxhkd/base2
3 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/river/init b/dotfiles/river/init
index 0f0b123..cf1bc39 100755
--- a/dotfiles/river/init
+++ b/dotfiles/river/init
@@ -35,7 +35,7 @@ riverctl spawn "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_
 # $mod+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
 mod="Mod1"
 
-riverctl map normal $mod Return spawn "st -e zsh"
+riverctl map normal $mod Return spawn "st tmux new-session -A"
 riverctl map normal $mod D spawn "dmenu_run &"
 riverctl map normal $mod Tab focus-previous-tags
 
diff --git a/dotfiles/sway_config b/dotfiles/sway_config
index 6123b51..cc596a6 100644
--- a/dotfiles/sway_config
+++ b/dotfiles/sway_config
@@ -90,7 +90,7 @@ exec "swaybg -i /home/baitinq/Images/Wallpapers/Day/wave.jpg &"
 # Basics:
 #
     # Start a terminal
-    bindsym $mod+Return exec "st -e zsh"
+    bindsym $mod+Return exec "st tmux new-session -A"
     bindsym $mod+Tab workspace back_and_forth
     # Kill focused window
     bindsym $mod+q kill
diff --git a/dotfiles/sxhkd/base b/dotfiles/sxhkd/base
index 0a2b681..35c162d 100644
--- a/dotfiles/sxhkd/base
+++ b/dotfiles/sxhkd/base
@@ -1,6 +1,6 @@
 # terminal emulator
 alt + Return
-	st -e zsh
+	st tmux new-session -A
 
 # program launcher
 alt + d