This commit is contained in:
2026-08-15 15:16:27 +02:00
parent 53fbf253a5
commit 1e5fcb84b7
3 changed files with 7 additions and 6 deletions

View File

@@ -14,4 +14,5 @@ input "type:pointer" {
accel_profile "flat"
pointer_accel 0
}
input "*" xkb_layout colemak-se
## Dont do this since my non-laptop keyboard have hardware colemak layout
#input "*" xkb_layout colemak-se

View File

@@ -8,8 +8,8 @@ if tmux show-environment SSH_CONNECTION 2>/dev/null | grep -qv '^-' || \
tmux unbind-key C-b 2>/dev/null
tmux display-message "Prefix: C-a (remote)"
else
tmux set -g prefix C-b
tmux bind-key C-b send-prefix
tmux set -g prefix C-t
tmux bind-key C-t send-prefix
tmux unbind-key C-a 2>/dev/null
tmux display-message "Prefix: C-b (local)"
tmux display-message "Prefix: C-t (local)"
fi

View File

@@ -1,5 +1,5 @@
set -g prefix C-b
bind C-b send-prefix
set -g prefix C-t
bind C-t send-prefix
set -g mouse on
set -g base-index 1 # start windows numbering at 1wq