diff options
| 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) | |
| tree | dd02712163fa561493e0002333f6b9cd251bc526 /.cwmrc | |
| parent | bf0dd8024b43f3ebff6216767d3e67c8d12c63f5 (diff) | |
| download | dotfiles-277649bc8d391c3699e0619be1ff3025c4b0a64d.tar.gz | |
Starts tmux session when terminal launches
Diffstat (limited to '.cwmrc')
| -rw-r--r-- | .cwmrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -6,7 +6,7 @@ moveamount 100 | |||
| 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 |
