dotfiles/.config/X11/autostart
2024-11-28 22:19:16 +03:00

19 lines
298 B
Bash
Executable file

set -x
# setxkbmap -layout us,ru -option grp:win_space_toggle
xwallpaper --zoom "${HOME}"/.local/share/wallpaper/wallpaper.png
launch() {
cmd="$1"
shift
pkill "${cmd}"
"${cmd}" "$@"
}
xrdb -merge ~/.Xresources
launch xsettingsd &
launch dunst &
launch dwmblocks &
# vim: ft=sh