added tmux config

This commit is contained in:
cbax 2024-10-22 21:54:44 -04:00
parent d5861b9827
commit b0421c101d
2 changed files with 4 additions and 1 deletions

View file

@ -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 ),
],
)

3
tmux/.tmux.conf Normal file
View file

@ -0,0 +1,3 @@
set -g default-terminal "tmux-256color"
setw -g mouse on
set -sg escape-time 0