summaryrefslogtreecommitdiff
path: root/bspwm/.config/bspwm/bspwmrc
blob: 1d30e207ff13f912f56a9d70984ee084a00ee821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#! /bin/sh

sxhkd &
dunst &
unclutter &
compton &
~/scrypts/bat_check.sh &
redshift -l 13.082680:80.270718 &
~/.fehbg &
urxvtd &

bspc monitor -d term web music files code virt chat game IX X

bspc config border_width         2
bspc config window_gap          8

bspc config split_ratio          0.52
bspc config borderless_monocle   true
bspc config gapless_monocle      true

bspc rule -a firefox desktop='^2'
bspc rule -a Spacefm desktop='^4'

$HOME/.config/polybar/launch.sh &