Add gotty, add keyboard-layout, update .Xmodmap

This commit is contained in:
arnaucube
2020-11-22 17:34:03 +01:00
parent 50133535a7
commit 18191e0e38
6 changed files with 43 additions and 10 deletions

View File

@@ -6,3 +6,6 @@ set -g status-fg white
# maximize current pane
bind + run 'cut -c3- ~/.tmux.conf | sh -s _maximize_pane "#{session_name}" #D'
# on bind + Ctrl+t open a new window and launch there gotty with a 'random' url
bind-key C-t new-window "gotty -r tmux attach -t `tmux display -p '#S'`"