this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

firefox always full screen (need it to also open on first monitor but not sure how yet)

+1 -6
+1 -6
users/profiles/desktop/bspwmrc
··· 34 34 bspc rule -r '*' 35 35 36 36 bspc rule -a Pinentry state=floating center=on 37 - bspc rule -a Emacs split_ratio=0.28 state=tiled 38 - bspc rule -a Firefox split_ratio=0.32 37 + bspc rule -a Firefox state=fullscreen 39 38 bspc rule -a feh state=fullscreen 40 - bspc rule -a 'Emacs:org*' state=floating 41 - bspc rule -a 'Emacs:scratch' state=floating 42 - bspc rule -a 'Emacs:emacs-everywhere' state=floating sticky=on 43 - bspc rule -a '*:scratch' state=floating sticky=on center=on border=off rectangle=1000x800+0+0 44 39 45 40 # polybar 46 41 for file in $XDG_CONFIG_HOME/bspwm/rc.d/*; do