mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Replace xfce4-panel with polybar
This commit is contained in:
parent
f8974b392e
commit
0ef8fb571a
4 changed files with 398 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ setxkbmap -option altwin:swap_alt_win
|
|||
setxkbmap -option ctrl:swapcaps
|
||||
sxhkd &
|
||||
wmname LG3D
|
||||
xfce4-panel -d &
|
||||
polybar m-bar &
|
||||
xfce4-screensaver &
|
||||
picom -b
|
||||
~/.fehbg &
|
||||
|
|
@ -12,14 +12,14 @@ picom -b
|
|||
bspc monitor -d I II III IV V VI VII
|
||||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 12
|
||||
bspc config top_padding 24
|
||||
bspc config window_gap 8
|
||||
bspc config top_padding 0
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
bspc config focused_border_color '#83a598'
|
||||
bspc config focused_border_color '#689d6a'
|
||||
|
||||
# bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||
# bspc rule -a Chromium desktop='^2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue