mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-01-09 12:27:22 +00:00
Autostart cbatticon, pasystray, barrierc; Modify UI scaling
This commit is contained in:
parent
5e333db741
commit
6b60b64c2b
4 changed files with 16 additions and 12 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
slock &
|
||||
setxkbmap -option altwin:swap_alt_win
|
||||
setxkbmap -option ctrl:swapcaps
|
||||
xset s off -dpms
|
||||
|
||||
|
|
@ -10,17 +9,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