Skip to content

Instantly share code, notes, and snippets.

@jakemayeux
Created June 12, 2017 16:08
Show Gist options
  • Save jakemayeux/4d178976a4a25bd20d50685b5d5b31f2 to your computer and use it in GitHub Desktop.
Save jakemayeux/4d178976a4a25bd20d50685b5d5b31f2 to your computer and use it in GitHub Desktop.
#! /bin/sh
xmodmap ~/.xmodmap
xset m 2 0
xset r rate 140 60
/home/jdm/.fehbg
sxhkd &
#plank &
compton &
bspc config focus_follows_pointer true
bspc config border_width 10
bspc monitor -d I II III
bspc config border_width 2
bspc config window_gap 0
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
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
polybar bspc &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment