[fix] Changes to some bspwm and multimonitor stuff

This commit is contained in:
Uttarayan
2023-05-13 03:18:01 +05:30
parent 1458456a3e
commit b1fbe54652
3 changed files with 5 additions and 5 deletions

View File

@@ -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 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

View File

@@ -23,10 +23,10 @@ super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
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}
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}
bspc node focused -f -t {fullscreen,tiled,pseudo_tiled,floating}

View File

@@ -39,7 +39,7 @@ return {
initial_cols = 120,
hide_tab_bar_if_only_one_tab = true,
window_background_opacity = 0.8,
cursor_blink_rate = 880,
cursor_blink_rate = 8,
default_cursor_style = "BlinkingBlock",
default_prog = { "fish", "-l" },
window_padding = {
@@ -50,5 +50,4 @@ return {
},
window_decorations = "RESIZE",
use_ime = false,
}