[fix] Changes to some bspwm and multimonitor stuff
This commit is contained in:
@@ -6,7 +6,8 @@ xsetroot -cursor_name left_ptr &
|
|||||||
|
|
||||||
# bspc monitor eDP1 -d I II III IV V VI VII VIII IX X
|
# bspc monitor eDP1 -d I II III IV V VI VII VIII IX X
|
||||||
# bspc monitor HDMI1 -d XI XII XIII XIV XV XVI XVII XVIII XIX XX
|
# bspc monitor HDMI1 -d XI XII XIII XIV XV XVI XVII XVIII XIX XX
|
||||||
bspc monitor DP-2 -d I II III IV V VI VII VIII IX X
|
bspc monitor DP-0 -d I II III IV V VI VII
|
||||||
|
bspc monitor DP-4 -d VIII IX X
|
||||||
|
|
||||||
|
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
|
|||||||
@@ -23,10 +23,10 @@ super + {_,shift + }{h,j,k,l}
|
|||||||
bspc node -{f,s} {west,south,north,east}
|
bspc node -{f,s} {west,south,north,east}
|
||||||
|
|
||||||
super + {1,2,3,4,5,6,7,8,9,0}
|
super + {1,2,3,4,5,6,7,8,9,0}
|
||||||
bspc desktop -f ^{1,2,3,4,5,6,7,8,9,10}
|
bspc desktop -f {I,II,III,IV,V,VI,VII,VIII,IX,X}
|
||||||
|
|
||||||
super + shift + {1,2,3,4,5,6,7,8,9,0}
|
super + shift + {1,2,3,4,5,6,7,8,9,0}
|
||||||
bspc node focused -d '^{1,2,3,4,5,6,7,8,9,10}'
|
bspc node focused -d '{I,II,III,IV,V,VI,VII,VIII,IX,X}'
|
||||||
|
|
||||||
super + {f,t,shift + t,shift + f}
|
super + {f,t,shift + t,shift + f}
|
||||||
bspc node focused -f -t {fullscreen,tiled,pseudo_tiled,floating}
|
bspc node focused -f -t {fullscreen,tiled,pseudo_tiled,floating}
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ return {
|
|||||||
initial_cols = 120,
|
initial_cols = 120,
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
window_background_opacity = 0.8,
|
window_background_opacity = 0.8,
|
||||||
cursor_blink_rate = 880,
|
cursor_blink_rate = 8,
|
||||||
default_cursor_style = "BlinkingBlock",
|
default_cursor_style = "BlinkingBlock",
|
||||||
default_prog = { "fish", "-l" },
|
default_prog = { "fish", "-l" },
|
||||||
window_padding = {
|
window_padding = {
|
||||||
@@ -50,5 +50,4 @@ return {
|
|||||||
},
|
},
|
||||||
window_decorations = "RESIZE",
|
window_decorations = "RESIZE",
|
||||||
use_ime = false,
|
use_ime = false,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user