dotfiles/home/.config/bspwm/bspwmrc

37 lines
1.1 KiB
Bash
Executable File

#! /bin/sh
sxhkd &
if [[ "$HOSTNAME" == "zog"* ]]; then
bspc monitor 0x00400004 -d work web docs media files graphics
bspc monitor 0x00400002 -d comm dump
else
bspc monitor -d work web comm docs media files graphics dump
fi
bspc config border_width 2
bspc config window_gap 10
bspc config top_padding 34
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config border_radius 10
bspc config normal_border_color "#7f8c8d"
bspc config active_border_color "#c065db"
bspc config focused_border_color "#edeeeb"
bspc config presel_feedback_color "#9B59B6"
bspc config pointer_follows_monitor true
bspc config focus_follows_pointer true
bspc config click_to_focus true
# bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a Slack desktop='comm'
bspc rule -a Vivaldi desktop='comm'
bspc rule -a pcmanfm state=floating
# bspc rule -a mplayer2 state=floating
# bspc rule -a Kupfer.py focus=o
# bspc rule -a Screenkey manage=off
i3-autostart &
numlockx on