Compare commits

..

No commits in common. "92d0678ff1e556bbf9e132b2b34e25c6765bf84b" and "badc087a80869b65cf86a2e8c14d8ed791810552" have entirely different histories.

3 changed files with 6 additions and 7 deletions

View file

@ -147,7 +147,7 @@ bar {
status_command i3status-rs
font pango:NotoSansMono-Regular, forkawesome 8
position top
tray_output off
tray_output primary
workspace_buttons yes
mode dock
modifier $mod
@ -164,7 +164,7 @@ bar {
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
font pango:NotoSansMono-Regular, forkawesome 8
position top
tray_output off
tray_output primary
workspace_buttons yes
mode dock
modifier $mod

View file

@ -1,3 +1,2 @@
output DP-1 pos 0 380
output HDMI-A-2 pos 1920 0 transform 270
focus output DP-1
output DP-1 pos 0 0
output HDMI-A-2 pos 1920 -380 transform 270

View file

@ -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+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
bindsym $mod+Shift+minus move container to workspace number $ws11
bindsym $mod+Shift+equal move container to workspace number $ws12
bindsym $mod+Shift+underscore move container to workspace number $ws11
bindsym $mod+Shift+plus move container to workspace number $ws12