dotfiles/bspwmrc

30 lines
691 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-08-25 00:05:28 +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
# Start mpd
mpd
2015-08-26 00:56:33 +02:00
2015-08-26 02:19:47 +02:00
# Set up desktops on monitors
2015-08-26 00:56:33 +02:00
bspc monitor DVI-I-0 -d 1 2
bspc monitor HDMI-0 -d 3 4
2015-08-26 02:19:47 +02:00
# Set up bspwm theme
2015-08-25 00:05:28 +02:00
bspc config border_width 2
bspc window_gap 24
2015-08-26 00:56:33 +02:00
bspc config -m DVI-I-0 top_padding 36
2015-08-25 00:05:28 +02:00
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
2015-08-26 02:19:47 +02:00
# Show desktop background
2015-08-25 00:55:56 +02:00
feh --no--fehbg --bg-center ~/Pictures/background.png