mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
move picom to dwm autostart
This commit is contained in:
parent
e7ff053161
commit
cbfb008c16
@ -86,6 +86,7 @@ static const char *const autostart[] = {
|
|||||||
// "st", NULL,
|
// "st", NULL,
|
||||||
"dwmblocks", NULL,
|
"dwmblocks", NULL,
|
||||||
"pipewire", NULL,
|
"pipewire", NULL,
|
||||||
|
"picom", NULL,
|
||||||
NULL /* terminate */
|
NULL /* terminate */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -5,10 +5,11 @@
|
|||||||
|
|
||||||
xrandr --dpi 96 # Set DPI. User may want to use a larger number for larger screens.
|
xrandr --dpi 96 # Set DPI. User may want to use a larger number for larger screens.
|
||||||
setbg & # set the background with the `setbg` script
|
setbg & # set the background with the `setbg` script
|
||||||
|
nvim --headless "+Lazy! load all" +qa &
|
||||||
xrdb "${XDG_CONFIG_HOME:-$HOME/.config}"/x11/xresources &
|
xrdb "${XDG_CONFIG_HOME:-$HOME/.config}"/x11/xresources &
|
||||||
xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
|
xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
|
||||||
|
|
||||||
autostart="mpd dunst unclutter remapd clipmenud picom"
|
autostart="mpd dunst unclutter remapd clipmenud"
|
||||||
|
|
||||||
for program in $autostart; do
|
for program in $autostart; do
|
||||||
pidof -sx "$program" || "$program" &
|
pidof -sx "$program" || "$program" &
|
||||||
|
Loading…
Reference in New Issue
Block a user