#!/bin/sh mkfifo /tmp/xobpipe pgrep xob || tail -f /tmp/xobpipe | xob & killall sxhkd sxhkd & sxhkd -c ~/.config/bspwm/bsphkrc & pidof dunst || dunst & pidof keynav || keynav & pgrep bspswallow || bspswallow & bspc monitor -d I II III IV V VI VII VIII IX X bspc config border_width 2 bspc config window_gap 5 bspc rule -a Zathura:org.pwmt.zathura state=tiled bspc rule -a Godot:\* state=floating bspc config presel_feedback false bspc config split_ratio 0.5 bspc config borderless_monocle true bspc config gapless_monocle true ~/.config/polybar/launch.sh & xmodmap ~/.Xmodmap &