From b0421c101d098a8666784b0f87157e798f552373 Mon Sep 17 00:00:00 2001 From: cbax Date: Tue, 22 Oct 2024 21:54:44 -0400 Subject: [PATCH] added tmux config --- leftwm/.config/leftwm/config.ron | 2 +- tmux/.tmux.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tmux/.tmux.conf diff --git a/leftwm/.config/leftwm/config.ron b/leftwm/.config/leftwm/config.ron index 34037ec..889c62b 100644 --- a/leftwm/.config/leftwm/config.ron +++ b/leftwm/.config/leftwm/config.ron @@ -112,7 +112,7 @@ ], auto_derive_workspaces: true, workspaces: [ //2036 - ( output: "DP-2", y: 596, x: 0, height: 1440, width: 3440 ), + ( output: "DP-2", y: -596, x: 0, height: 1440, width: 3440 ), ( output: "DP-4", y: 0, x: 3440, height: 2560, width: 1080 ), ], ) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..4305e26 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,3 @@ +set -g default-terminal "tmux-256color" +setw -g mouse on +set -sg escape-time 0