Created
October 27, 2022 10:01
-
-
Save bechampion/55981a10bdd199642b4c358143547ee3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
pgrep -x sxhkd > /dev/null || sxhkd & | |
bash ~/.screenlayout/normal.sh | |
feh --bg-scale '/home/jgarcia/Downloads/city.jpg' | |
bspc config remove_disabled_monitors true | |
bspc config remove_unplugged_monitors true | |
bspc monitor HDMI-0 -d 1 2 3 | |
bspc monitor DVI-D-0 -d 4 5 | |
bspc config -m DVI-D-0 window_gap 0 | |
bspc config border_width 2 | |
bspc config window_gap 0 | |
bspc config borderless_monocle true | |
bspc config gapless_monocle true | |
bspc config active_border_color '#282a36' | |
bspc config normal_border_color '#282a36' | |
bspc config focused_border_color '#6272a4' | |
bspc config focus_follows_pointer true | |
bspc config top_padding 0 | |
pgrep -x polybar> /dev/null || polybar example & | |
pgrep -x barrier> /dev/null || barrier example & | |
pgrep -x nm-applet > /dev/null || nm-applet & | |
pgrep -x volumeicon > /dev/null || volumeicon & | |
pgrep -x diodon > /dev/null || diodon & | |
pgrep -x mate-power-manager > /dev/null || mate-power-manager & | |
pgrep -x blueman-applet > /dev/null || blueman-applet& | |
pgrep -x barrier > /dev/null || barrier& | |
setxkbmap -layout gb | |
xsetroot -cursor_name left_ptr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment