Remove pidctl.sh program starter script

This commit is contained in:
Riyyi
2019-12-30 15:14:11 +01:00
parent 54dc72df20
commit 93e714a823
4 changed files with 30 additions and 99 deletions
+7 -5
View File
@@ -9,13 +9,15 @@ bspc config split_ratio 0.502
bspc config top_padding "$PANEL_HEIGHT"
# Program startup
"$HOME"/.scripts/wm/pidctl.sh -p &
"$HOME"/.scripts/wm/wallpaper.sh &
"$HOME"/.scripts/wm/programs.sh &
"$HOME"/.scripts/panel/lemonbar.sh &
# Colors
bspc config focused_border_color "$FGCOLOR_INACTIVE"
bspc config normal_border_color "$BGCOLOR_INACTIVE"
bspc config active_border_color "$BGCOLOR_INACTIVE"
bspc config presel_feedback_color "$FGCOLOR_INACTIVE"
bspc config normal_border_color "$BGCOLOR_INACTIVE"
bspc config active_border_color "$BGCOLOR_INACTIVE"
bspc config presel_feedback_color "$FGCOLOR_INACTIVE"
# Node
bspc config borderless_monocle true
@@ -31,7 +33,7 @@ bspc config pointer_modifier mod4
#--- Desktops ---#
# Set desktops
$HOME/.scripts/wm/desktops.sh
"$HOME"/.scripts/wm/desktops.sh
# Open program on specific desktop
bspc rule -a firefox desktop="$WS1"