83 lines
3.3 KiB
Bash
Executable file
83 lines
3.3 KiB
Bash
Executable file
#! /bin/sh
|
|
bspc rule -r "*" &
|
|
|
|
# redshift -O 5000 &
|
|
|
|
# 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 eDP-1-1 -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
|
|
# hold shift + mouse left btn to move window
|
|
bspc config pointer_action1 move
|
|
# hold shift + mouse middle btn to resize a side of window
|
|
bspc config pointer_action2 resize_side
|
|
# hold shift + mouse right btn to resize a side/corner of window
|
|
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 qalculate-qt state=floating center=on rectangle=480x810+1440+810 &
|
|
bspc rule -a pavucontrol state=floating center=on rectangle=960x810+1440+810 &
|
|
bspc rule -a Peek state=floating center=on rectangle=1555x960+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=1555x960+1440+810 &
|
|
bspc rule -a Alacritty center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a firefox center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a librewolf center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a thunderbird center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a Virt-manager center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a Gimp center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a Inkscape center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a Desktopeditors center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a Pcmanfm center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a Postman center=on rectangle=1555x960+1440+810 &
|
|
bspc rule -a Steam center=on rectangle=1555x960+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
|