dotfiles/bspwmrc

36 lines
939 B
Plaintext
Raw Normal View History

2015-08-25 00:05:28 +02:00
#!/bin/sh
2015-08-26 02:19:47 +02:00
# Set keyboard layout to it just in case
2015-08-25 00:05:28 +02:00
setxkbmap it
2015-08-26 02:19:47 +02:00
# Dont show ugly X shaped cursor
2015-08-25 11:42:45 +02:00
xsetroot -cursor_name left_ptr
2015-09-13 00:48:22 +02:00
udiskie &
2015-10-11 12:33:36 +02:00
unclutter -idle 1 &
2015-10-09 13:02:30 +02:00
amixer set Master 0
2015-10-11 12:33:36 +02:00
xrandr --dpi 108
2015-10-09 13:02:30 +02:00
2015-08-26 02:19:47 +02:00
# Start lemonbar
2015-08-26 00:56:33 +02:00
sh ~/.config/bspwm/lemonbar.sh &
2015-08-26 02:19:47 +02:00
# Set up desktops on monitors
2015-10-09 13:02:30 +02:00
bspc monitor -d 1 2 3 4 5 6
2015-08-26 00:56:33 +02:00
2015-08-26 02:19:47 +02:00
# Set up bspwm theme
2015-10-12 16:54:59 +02:00
bspc config -m focused border_width 2
bspc config -m focused window_gap 24
PADDING=16
bspc config -m focused top_padding $PADDING
bspc config -m focused bottom_padding $PADDING
bspc config -m focused right_padding $PADDING
bspc config -m focused left_padding $PADDING
bspc config focused_border_color '#2e343D'
bspc config normal_border_color '#858585'
2015-10-13 11:00:41 +02:00
bspc config presel_border_color '#c5c5c'
2015-10-12 16:54:59 +02:00
bspc config split_ratio 0.5
2015-08-25 00:05:28 +02:00
bspc config borderless_monocle true
bspc config gapless monocle true
bspc config focus_follows_pointer true
2015-08-26 02:19:47 +02:00
# Show desktop background
2015-10-08 19:02:55 +02:00
feh --no-fehbg --bg-center ~/Pictures/background.png