dotfiles/cfg/bspwm/bspwmrc

37 lines
1 KiB
Plaintext
Raw Normal View History

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