mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Autostart cbatticon, pasystray, barrierc; Modify UI scaling
This commit is contained in:
parent
9140e6dd95
commit
f96e7414f2
4 changed files with 16 additions and 12 deletions
|
|
@ -5,7 +5,6 @@ if ! test -e ~/.bspwm_no_lock
|
|||
touch ~/.bspwm_no_lock
|
||||
end
|
||||
|
||||
setxkbmap -option altwin:swap_alt_win
|
||||
setxkbmap -option ctrl:swapcaps
|
||||
xset s off -dpms
|
||||
|
||||
|
|
@ -14,17 +13,20 @@ picom -b
|
|||
|
||||
wmname LG3D
|
||||
|
||||
killall -q polybar
|
||||
polybar m-bar &
|
||||
|
||||
xfce4-screensaver &
|
||||
~/.fehbg &
|
||||
|
||||
killall -q polybar barrier barrierc cbatticon pasystray
|
||||
polybar m-bar &
|
||||
cbatticon &
|
||||
pasystray &
|
||||
barrier &
|
||||
|
||||
bspc monitor -d I II III IV V VI VII
|
||||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 10
|
||||
bspc config top_padding -10
|
||||
bspc config window_gap 18
|
||||
bspc config top_padding -18
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
bspc config borderless_monocle false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue