mirror of https://github.com/Flinner/dots.git
49 lines
1.3 KiB
Bash
Executable File
49 lines
1.3 KiB
Bash
Executable File
#! /bin/sh
|
|
|
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
|
#sxhkd &
|
|
|
|
#Swallow
|
|
pgrep ~/bin/wm/bspswallow || ~/bin/wm/bspswallow &
|
|
|
|
|
|
bspc monitor -d I II III IV V VI VII
|
|
|
|
#bspc config ignore_ewmh_fullscreen all
|
|
bspc config ignore_ewmh_focus true
|
|
bspc config window_gap 0
|
|
bspc config border_width 0
|
|
bspc config normal_border_color '#aaaaaa'
|
|
bspc config focused_border_color "#FFFFFF"
|
|
bspc config presel_feedback_color "#bbbbbb"
|
|
|
|
bspc config directional_focus_tightness low
|
|
|
|
bspc config split_ratio 0.52
|
|
bspc config borderless_monocle true
|
|
bspc config gapless_monocle true
|
|
bspc config single_monocle true
|
|
bspc config focus_follows_pointer true
|
|
bspc config pointer_follows_focus true
|
|
|
|
# bspc rule -a Gimp desktop='^8' state=floating follow=on
|
|
#bspc rule -a Chromium desktop='^1'
|
|
bspc rule -a Thunderbird desktop='^6'
|
|
bspc rule -a Dino desktop='^6'
|
|
bspc rule -a KeePassXC desktop='^6'
|
|
bspc rule -a Peek state=floating
|
|
bspc rule -a Connman-gtk state=floating
|
|
bspc rule -a mplayer2 state=floating
|
|
bspc rule -a Emacs state=tiled
|
|
bspc rule -a Zathura state=tiled
|
|
bspc rule -a Kupfer.py focus=on
|
|
bspc rule -a Screenkey manage=off
|
|
|
|
bspc rule -a wmpin sticky=on
|
|
|
|
bspc rule -a Floating state=floating
|
|
|
|
~/bin/autostart
|
|
xsetroot -cursor_name left_ptr &
|
|
~/.config/polybar/forest/launch.sh &
|