dotfiles/cfg/bspwm/bspwmrc
2022-02-21 10:45:40 -06:00

34 lines
968 B
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 WEB CODE FILES CHAT MUSIC
############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
dunst &
######### Other Settings ################
xsetroot -cursor_name left_ptr &
xinput set-prop 12 309 1
compix &
######## THe real beauty behind rice ####
xwallpaper --zoom ~/Pictures/city-topview.png
tint2