dotfiles/bspwmrc
Enrico Fasoli 1bb873a7bd added mpd
2015-08-26 00:19:47 +00:00

30 lines
691 B
Bash
Executable File

#!/bin/sh
# Set keyboard layout to it just in case
setxkbmap it
# Dont show ugly X shaped cursor
xsetroot -cursor_name left_ptr
# Start lemonbar
sh ~/.config/bspwm/lemonbar.sh &
# Start mpd
mpd
# Set up desktops on monitors
bspc monitor DVI-I-0 -d 1 2
bspc monitor HDMI-0 -d 3 4
# Set up bspwm theme
bspc config border_width 2
bspc window_gap 24
bspc config -m DVI-I-0 top_padding 36
bspc config focused_border_color '#858585'
bspc config normal_border_color '#2e343D'
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless monocle true
bspc config focus_follows_pointer true
# Show desktop background
feh --no--fehbg --bg-center ~/Pictures/background.png