From 79c23ef374ee7c07e0c80486bbeca29bedb0bc76 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Fri, 27 Sep 2024 18:46:36 +0100 Subject: [PATCH] Set Caps as Ctrl and update TMUX leader --- config-files/.tmux.conf | 6 +++--- settings.dconf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config-files/.tmux.conf b/config-files/.tmux.conf index 6df98d3c..747cc1f9 100644 --- a/config-files/.tmux.conf +++ b/config-files/.tmux.conf @@ -28,9 +28,9 @@ set-option -g display-panes-colour orange # clock set-window-option -g clock-mode-colour orange -# Leader Key (using the default C-b) -# set -g prefix C-a -# bind-key C-a last-window +# Leader Key (using C-s instead of the default C-b) +set -g prefix C-s +bind-key C-s last-window # Start index at 1 set -g base-index 1 diff --git a/settings.dconf b/settings.dconf index 1f08cef2..bc15d40c 100644 --- a/settings.dconf +++ b/settings.dconf @@ -38,7 +38,7 @@ automatic-timezone=true current=uint32 0 mru-sources=[('xkb', 'us+altgr-intl'), ('xkb', 'us+intl')] sources=[('xkb', 'us+altgr-intl')] -xkb-options=@as [] +xkb-options=['caps:ctrl_modifier'] [org/gnome/desktop/interface] clock-format='12h'