feat(bspwm): remove logging + add xmodmap and xhost execution
This commit is contained in:
parent
d17a5d9421
commit
8687a1496e
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
bspc monitor DVI-I-1 -d I II III IV V
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||||
bspc monitor HDMI-1 -d VI VII VIII IX X
|
pgrep -x polybar > /dev/null || polybar &
|
||||||
|
|
||||||
bspc config border_width 3
|
bspc config border_width 3
|
||||||
bspc config window_gap 5
|
bspc config window_gap 5
|
||||||
|
@ -23,11 +23,11 @@ bspc config active_border_color "#E0A3B6"
|
||||||
bspc config normal_border_color "#8393A1"
|
bspc config normal_border_color "#8393A1"
|
||||||
bspc config focused_border_color "#93D4C5"
|
bspc config focused_border_color "#93D4C5"
|
||||||
|
|
||||||
|
xhost +si:localuser:$USER &
|
||||||
|
xmodmap ~/.Xmodmap
|
||||||
|
|
||||||
picom &
|
picom &
|
||||||
feh --bg-fill ~/.bg/bg_5.png ~/.bg/bg_5.png &
|
feh --bg-fill ~/.bg/bg_5.png &
|
||||||
pipewire -v 2>/home/doryan/.config/bspwm/log&
|
|
||||||
dunst &
|
dunst &
|
||||||
xmousepasteblock &
|
xmousepasteblock &
|
||||||
xsetroot -cursor_name left_ptr &
|
xsetroot -cursor_name left_ptr &
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
|
||||||
pgrep -x polybar > /dev/null || polybar 2>/home/doryan/.config/bspwm/log&
|
|
||||||
|
|
Loading…
Reference in New Issue