Compare commits
3 commits
badc087a80
...
92d0678ff1
Author | SHA1 | Date | |
---|---|---|---|
92d0678ff1 | |||
e9fbc459e5 | |||
83e107c13c |
3 changed files with 7 additions and 6 deletions
|
@ -147,7 +147,7 @@ bar {
|
||||||
status_command i3status-rs
|
status_command i3status-rs
|
||||||
font pango:NotoSansMono-Regular, forkawesome 8
|
font pango:NotoSansMono-Regular, forkawesome 8
|
||||||
position top
|
position top
|
||||||
tray_output primary
|
tray_output off
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
mode dock
|
mode dock
|
||||||
modifier $mod
|
modifier $mod
|
||||||
|
@ -164,7 +164,7 @@ bar {
|
||||||
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
|
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
|
||||||
font pango:NotoSansMono-Regular, forkawesome 8
|
font pango:NotoSansMono-Regular, forkawesome 8
|
||||||
position top
|
position top
|
||||||
tray_output primary
|
tray_output off
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
mode dock
|
mode dock
|
||||||
modifier $mod
|
modifier $mod
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
output DP-1 pos 0 0
|
output DP-1 pos 0 380
|
||||||
output HDMI-A-2 pos 1920 -380 transform 270
|
output HDMI-A-2 pos 1920 0 transform 270
|
||||||
|
focus output DP-1
|
||||||
|
|
|
@ -57,5 +57,5 @@ bindsym $mod+Shift+7 move container to workspace number $ws7
|
||||||
bindsym $mod+Shift+8 move container to workspace number $ws8
|
bindsym $mod+Shift+8 move container to workspace number $ws8
|
||||||
bindsym $mod+Shift+9 move container to workspace number $ws9
|
bindsym $mod+Shift+9 move container to workspace number $ws9
|
||||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||||
bindsym $mod+Shift+underscore move container to workspace number $ws11
|
bindsym $mod+Shift+minus move container to workspace number $ws11
|
||||||
bindsym $mod+Shift+plus move container to workspace number $ws12
|
bindsym $mod+Shift+equal move container to workspace number $ws12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue