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" accel_profile "flat"
pointer_accel 0 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 unbind-key C-b 2>/dev/null
tmux display-message "Prefix: C-a (remote)" tmux display-message "Prefix: C-a (remote)"
else else
tmux set -g prefix C-b tmux set -g prefix C-t
tmux bind-key C-b send-prefix tmux bind-key C-t send-prefix
tmux unbind-key C-a 2>/dev/null tmux unbind-key C-a 2>/dev/null
tmux display-message "Prefix: C-b (local)" tmux display-message "Prefix: C-t (local)"
fi fi

View File

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