summaryrefslogtreecommitdiff
path: root/bspwm/.config/bspwm/bspwmrc
blob: 616c5d14226e37a9483cc1620dec1ffc75f83d37 (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
25
26
27
28
29
30
31
#! /bin/sh

sxhkd &
dunst &
xset b off &
unclutter &
light-locker &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
picom --config ~/.config/picom.conf &
~/scrypts/bat_check.sh &
redshift -l 13.082680:80.270718 &
xbacklight -set 30 & 
feh --bg-fill ~/Pictures/ann.png &
urxvtd &

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

bspc config border_width         3
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 Brave-browser desktop='^2'
bspc rule -a Spotify desktop='^3'
bspc rule -a telegram-desktop desktop='^7'
bspc rule -a Pcmanfm desktop='^4'

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