mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Re-enabled shadows for picom
This commit is contained in:
parent
33fb893a31
commit
afffca4dd8
5 changed files with 29 additions and 95 deletions
|
@ -1,18 +1,19 @@
|
|||
#!/bin/sh
|
||||
|
||||
setup=0
|
||||
|
||||
COLOR_BACKGROUND="#191919"
|
||||
COLOR_BACKGROUND="#282a2e"
|
||||
COLOR_PRIMARY="#fefefe"
|
||||
COLOR_SECONDARY="#f58f44"
|
||||
COLOR_SECONDARY="#81a2be"
|
||||
BORDER=2
|
||||
|
||||
hsetroot -solid $COLOR_BACKGROUND &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
xrdb ~/.Xdefaults
|
||||
|
||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
pgrep -x picom > /dev/null || picom &
|
||||
pgrep -x xss-lock > /dev/null || xss-lock slock &
|
||||
pgrep -x bg.sh > /dev/null || $HOME/.scripts/bg.sh > /dev/null &
|
||||
#pgrep -x bg.sh > /dev/null || $HOME/.scripts/bg.sh > /dev/null &
|
||||
|
||||
[ -f "$HOME/.config/xrandr.sh" ] && . $HOME/.config/xrandr.sh
|
||||
|
||||
|
@ -31,16 +32,15 @@ done
|
|||
|
||||
$HOME/.config/polybar/launch.sh &
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config border_width $BORDER
|
||||
bspc config window_gap 0
|
||||
$HOME/.scripts/toggle-gap.sh
|
||||
|
||||
bspc config focus_follows_pointer false
|
||||
|
||||
bspc config normal_border_color "$COLOR_BACKGROUND"
|
||||
bspc config active_border_color "$COLOR_BACKGROUND"
|
||||
bspc config focused_border_color "$COLOR_PRIMARY"
|
||||
bspc config normal_border_color "$COLOR_PRIMARY"
|
||||
bspc config active_border_color "$COLOR_PRIMARY"
|
||||
bspc config focused_border_color "$COLOR_SECONDARY"
|
||||
wmname bspwm
|
||||
|
||||
urxvt &
|
||||
|
||||
sleep 1; $HOME/.scripts/start-mpd
|
||||
$HOME/.scripts/start-mpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue