dotfiles/cfg/bspwm/bspwmrc
VincentKnightTesting 9d8732c3ac Added the good stuff
2022-03-09 01:08:41 -06:00

37 lines
1 KiB
Bash
Executable file

#! /bin/sh
xrdb -merge ~/.Xresources
pgrep -x sxhkd > /dev/null || sxhkd &
#bspc monitor -d WEB CODE FILES CHAT MUSIC
bspc monitor -d 1 2 3 4 5
############Window Settings ####################
bspc config border_width 1
bspc config window_gap 5
bspc config focus_follows_pointer true
bspc config split_ratio 0.50
bspc config borderless_monocle false
bspc config gapless_monocle true
bspc config border_radius 5
########## Border Colors #################
bspc config focused_border_color "#131a1c"
bspc config normal_border_color "#131a1c"
######### Program settings ################
bspc rule -a KotatogramDesktop desktop='^4'
#bspc rule -a firefox desktop='^1'
bspc rule -a Zathura state=tiled
bspc rule -a Emacs state=tiled manage=on monitor=eDP-1-1 follow=on
dunst &
######### Other Settings ################
xsetroot -cursor_name left_ptr &
xinput set-prop 12 309 1
picom &
######## THe real beauty behind rice ####
xwallpaper --zoom ~/Pictures/city-topview.png
#tint2
polybar
mpd &