Improve handling of i3 config
This commit is contained in:
parent
0b9695f1c0
commit
b19ead8ab1
3 changed files with 34 additions and 28 deletions
17
i3/chonk.conf
Executable file
17
i3/chonk.conf
Executable file
|
@ -0,0 +1,17 @@
|
|||
gaps inner 3
|
||||
|
||||
set $monitor_left "DisplayPort-1"
|
||||
set $monitor_right "DisplayPort-0"
|
||||
set $monitor_up "HDMI-A-0"
|
||||
|
||||
workspace $ws1 output $monitor_left
|
||||
workspace $ws2 output $monitor_right
|
||||
workspace $ws3 output $monitor_up
|
||||
workspace $ws4 output $monitor_left
|
||||
workspace $ws5 output $monitor_right
|
||||
workspace $ws6 output $monitor_up
|
||||
workspace $ws7 output $monitor_left
|
||||
workspace $ws8 output $monitor_right
|
||||
workspace $ws9 output $monitor_up
|
||||
workspace $ws10 output $monitor_left
|
||||
|
29
i3/config
29
i3/config
|
@ -99,34 +99,7 @@ bindsym $mod+8 workspace number $ws8
|
|||
bindsym $mod+9 workspace number $ws9
|
||||
bindsym $mod+0 workspace number $ws10
|
||||
|
||||
#set $monitor_left "DisplayPort-1"
|
||||
#set $monitor_right "DisplayPort-0"
|
||||
|
||||
#workspace $ws1 output $monitor_left
|
||||
#workspace $ws2 output $monitor_right
|
||||
#workspace $ws3 output $monitor_left
|
||||
#workspace $ws4 output $monitor_right
|
||||
#workspace $ws5 output $monitor_left
|
||||
#workspace $ws6 output $monitor_right
|
||||
#workspace $ws7 output $monitor_left
|
||||
#workspace $ws8 output $monitor_right
|
||||
#workspace $ws9 output $monitor_left
|
||||
#workspace $ws10 output $monitor_right
|
||||
|
||||
set $monitor_left "DisplayPort-1"
|
||||
set $monitor_right "DisplayPort-0"
|
||||
set $monitor_up "HDMI-A-0"
|
||||
|
||||
workspace $ws1 output $monitor_left
|
||||
workspace $ws2 output $monitor_right
|
||||
workspace $ws3 output $monitor_up
|
||||
workspace $ws4 output $monitor_left
|
||||
workspace $ws5 output $monitor_right
|
||||
workspace $ws6 output $monitor_up
|
||||
workspace $ws7 output $monitor_left
|
||||
workspace $ws8 output $monitor_right
|
||||
workspace $ws9 output $monitor_up
|
||||
workspace $ws10 output $monitor_left
|
||||
include ./`uname -n`.conf
|
||||
|
||||
# focus the parent container
|
||||
#bindsym $mod+a focus parent
|
||||
|
|
16
i3/hpomen.conf
Executable file
16
i3/hpomen.conf
Executable file
|
@ -0,0 +1,16 @@
|
|||
gaps inner 2
|
||||
|
||||
set $monitor_left "DP-2"
|
||||
set $monitor_right "DP-2"
|
||||
|
||||
workspace $ws1 output $monitor_left
|
||||
workspace $ws2 output $monitor_right
|
||||
workspace $ws3 output $monitor_left
|
||||
workspace $ws4 output $monitor_right
|
||||
workspace $ws5 output $monitor_left
|
||||
workspace $ws6 output $monitor_right
|
||||
workspace $ws7 output $monitor_left
|
||||
workspace $ws8 output $monitor_right
|
||||
workspace $ws9 output $monitor_left
|
||||
workspace $ws10 output $monitor_right
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue