diff options
| author | Baitinq <[email protected]> | 2024-03-23 13:15:06 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-03-23 13:15:06 +0100 |
| commit | 55102f30c1aa25f29eb41dd313cb914f9f8a8858 (patch) | |
| tree | 0b13b220abdd284fe158d3f3bb1004bfe52040d4 /dotfiles/river | |
| parent | Dotfiles: Tmux: Set up resurrect to work with vim (diff) | |
| download | nixos-config-55102f30c1aa25f29eb41dd313cb914f9f8a8858.tar.gz nixos-config-55102f30c1aa25f29eb41dd313cb914f9f8a8858.tar.bz2 nixos-config-55102f30c1aa25f29eb41dd313cb914f9f8a8858.zip | |
Dotfiles: Launch st with tmux
Diffstat (limited to 'dotfiles/river')
| -rwxr-xr-x | dotfiles/river/init | 2 |
1 files changed, 1 insertions, 1 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 |