Fixed .xinitrc and switched from ctrl+x to ctrl+y as prefix.

This commit is contained in:
Johannes Findeisen 2024-09-04 23:23:51 +02:00
commit 1a1a0f7e86
2 changed files with 6 additions and 6 deletions

View file

@ -3,8 +3,8 @@
# Set prefix key
unbind-key C-b
bind x send-prefix
set -g prefix ^x
bind y send-prefix
set -g prefix ^y
# DESIGN: 256 COLOR SUPPORT
setw -g default-terminal "screen-256color"