Starts tmux session when terminal launches

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-12-08 15:58:59 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-12-08 15:58:59 +0100
Commit 277649bc8d391c3699e0619be1ff3025c4b0a64d (patch)
-rw-r--r-- .cwmrc 2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cwmrc b/.cwmrc
...
6
unbind-key all
6
unbind-key all
7
unbind-mouse all
7
unbind-mouse all
8
  
8
  
9
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60'
9
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60 -e tmux'
10
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
10
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
11
bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
11
bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
12
bind-key 4-w /home/m/Applications/brave --new-window
12
bind-key 4-w /home/m/Applications/brave --new-window
...