Browse Source

added bspwm colors

master
Marc 4 years ago
parent
commit
a8639c164a
1 changed files with 18 additions and 12 deletions
  1. 30
      .config/bspwm/bspwmrc

30
.config/bspwm/bspwmrc

@ -1,17 +1,5 @@
#! /bin/sh
numlockx on &
sxhkd &
picom &
if [[ $(hostname) == 'laptop' ]]; then
feh --bg-scale /home/marc/Archiv/Bilder/Wallpaper/1920x1080/1920x1080_road_marking_evening_clouds_horizon.jpg
else
feh --bg-scale /home/marc/Archiv/Bilder/Wallpaper/3440x1440/3440x1440_Sea_Sunset.jpg &
fi
bspc monitor -d I II III IV V VI VII VIII IX X
bspc config border_width 2
@ -21,6 +9,13 @@ bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
# colors
bspc config normal_border_color "#484848"
bspc config focused_border_color "#1F8999"
bspc config urgent_border_color "#B58900"
bspc config presel_border_color "#26E2FF"
# some rules
bspc config external_rules_command "$XDG_CONFIG_HOME/bspwm/external-rules"
bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a mplayer2 state=floating
@ -28,3 +23,14 @@ bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off
bspc rule -a Emulator state=floating
bspc rule -a Emacs state=tiled
#autostart stuff
numlockx on &
sxhkd &
picom &
if [[ $(hostname) == 'laptop' ]]; then
feh --bg-scale /home/marc/Archiv/Bilder/Wallpaper/1920x1080/1920x1080_road_marking_evening_clouds_horizon.jpg
else
feh --bg-scale /home/marc/Archiv/Bilder/Wallpaper/3440x1440/3440x1440_Sea_Sunset.jpg &
fi
Loading…
Cancel
Save