i3, Polybar: Set up multi-monitor-friendly configurations
This commit is contained in:
parent
309af33a40
commit
a7de704686
@ -147,6 +147,12 @@ bindsym $mod+$shift+Down move down
|
|||||||
bindsym $mod+$shift+Up move up
|
bindsym $mod+$shift+Up move up
|
||||||
bindsym $mod+$shift+Right move right
|
bindsym $mod+$shift+Right move right
|
||||||
|
|
||||||
|
# move focused workspace between monitors
|
||||||
|
bindsym $sup+Left move workspace to output left
|
||||||
|
bindsym $sup+Down move workspace to output down
|
||||||
|
bindsym $sup+Up move workspace to output up
|
||||||
|
bindsym $sup+Right move workspace to output right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
bindsym $mod+h split h
|
bindsym $mod+h split h
|
||||||
|
|
||||||
|
@ -96,6 +96,7 @@ modules-right = temperature-label cpu-label memory-label | xbacklight-ramp volum
|
|||||||
|
|
||||||
[bar/gamma]
|
[bar/gamma]
|
||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
|
monitor = eDP1
|
||||||
bottom = true
|
bottom = true
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
|
||||||
@ -178,6 +179,7 @@ label-focused-overline = ${res/colors.primary}
|
|||||||
# Active workspace on unfocused monitor
|
# Active workspace on unfocused monitor
|
||||||
label-visible = ${self.label-focused}
|
label-visible = ${self.label-focused}
|
||||||
label-visible-padding = ${self.label-focused-padding}
|
label-visible-padding = ${self.label-focused-padding}
|
||||||
|
label-visible-overline = ${res/colors.primary-dark}
|
||||||
|
|
||||||
# Inactive workspace
|
# Inactive workspace
|
||||||
label-unfocused = ${self.label-focused}
|
label-unfocused = ${self.label-focused}
|
||||||
|
Reference in New Issue
Block a user