notes/.config/bspwm/bspwmrc
2022-12-24 01:21:52 -08:00

67 lines
2.4 KiB
Bash
Executable file

#! /bin/sh
bspc rule -r "*" &
# picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends &
# feh --bg-fill /home/brian/Pictures/nord_mountains.png &
feh --bg-fill /home/brian/Pictures/leaves.jpg &
# feh --bg-fill /home/brian/Pictures/gruvbox_braille.png &
bst -e btop &
#sxhkd keybindings (unneccessary since it is called from ~/.xinitrc)
# pgrep -x sxhkd > /dev/null || sxhkd -c /home/brian/.config/sxhkd/sxhkdrc &
# Monitor(s)
# bspc monitor -d I II III IV V VI VII VIII IX X
# Desktop
bspc monitor HDMI-0 -d 1 2 3 4 5 6 7 8 9 10
# Laptop
# bspc monitor eDP1 -d 1 2 3 4 5 6 7 8 9 10
#Global Settings
bspc config automatic_scheme alternate
bspc config initial_polarity second_child
bspc config pointer_modifier shift
bspc config pointer_action1 move
bspc config pointer_action2 resize_side
bspc config pointer_action3 resize_corner
bspc config click_to_focus none bspc config focus_follows_pointer true
bspc config remove_disabled_monitors true
bspc config remove_unplugged_monitors true
bspc config merge_overlapping_monitors true
bspc config normal_border_color "#444444"
# bspc config active_border_color "#64a098"
bspc config active_border_color "#2c77ac"
# bspc config active_border_color "#a9b926"
# bspc config focused_border_color "#64a098"
bspc config focused_border_color "#2c77ac"
# bspc config focused_border_color "#a9b926"
# bspc config presel_feedback_color "#64a098"
bspc config presel_feedback_color "#2c77ac"
# bspc config presel_feedback_color "#a9b926"
bspc config split_ratio 0.50
bspc config borderless_monocle true
bspc config gapless_monocle true
# Enable Gaps
bspc config top_padding 3
bspc config bottom_padding 3
bspc config left_padding 3
bspc config right_padding 3
bspc config border_width 1
bspc config window_gap 5
# bspc rule -a -o st desktop=2
bspc rule -a Gcolor3 state=floating &
bspc rule -a Galculator state=floating &
bspc rule -a Pavucontrol state=floating center=on rectangle=960x810+1440+810 &
bspc rule -a Lxappearance state=floating center=on rectangle=960x810+1440+810 &
bspc rule -a Mousepad state=floating center=on rectangle=960x810+1440+810 &
bspc rule -a Brave-browser center=on rectangle=1595x970+1440+810 &
bspc rule -a Pcmanfm center=on rectangle=1595x970+1440+810 &
# bspc rule -a Gimp desktop='^8' state=floating follow=on
# bspc rule -a Chromium desktop='^2'
# bspc rule -a mplayer2 state=floating
# bspc rule -a Kupfer.py focus=on
# bspc rule -a Screenkey manage=off