added tmux config
This commit is contained in:
parent
d5861b9827
commit
b0421c101d
2 changed files with 4 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
||||||
],
|
],
|
||||||
auto_derive_workspaces: true,
|
auto_derive_workspaces: true,
|
||||||
workspaces: [ //2036
|
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 ),
|
( output: "DP-4", y: 0, x: 3440, height: 2560, width: 1080 ),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
3
tmux/.tmux.conf
Normal file
3
tmux/.tmux.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
set -g default-terminal "tmux-256color"
|
||||||
|
setw -g mouse on
|
||||||
|
set -sg escape-time 0
|
Loading…
Reference in a new issue