summaryrefslogtreecommitdiff
path: root/bspwm/.config/bspwm/bspwmrc
blob: a586ed2137c6118ee8b96119276186f49e687620 (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 &> /dev/null &
~/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         0
bspc config window_gap          8

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

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

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