Remove pidctl.sh program starter script
This commit is contained in:
@@ -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"
|
||||
|
||||
+10
-1
@@ -22,6 +22,15 @@ inputctl.sh -k on
|
||||
inputctl.sh -s off
|
||||
|
||||
# Daemon starting
|
||||
"$HOME"/.scripts/wm/pidctl.sh -d
|
||||
dunst &
|
||||
redshift &
|
||||
|
||||
emacs --daemon &
|
||||
thunar --daemon &
|
||||
|
||||
sxhkd "$XDG_CONFIG_HOME/sxhkd/$WM" &
|
||||
xss-lock -- "$HOME"/.scripts/wm/lock.sh &
|
||||
|
||||
[ "$WM" = "bspwm" ] && stalonetray &
|
||||
|
||||
exec $WM
|
||||
|
||||
Reference in New Issue
Block a user