.dotfiles/.xinitrc
Wiktor Zykubek cf743adcfc Add startdwm script
This script is to restart dwm without killing X.
2020-05-26 20:10:14 +02:00

19 lines
305 B
Bash

#!/bin/sh
xrdb ~/.config/Xresources &
setwall &
sxhkd &
dunst &
picom &
setxkbmap -layout 'pl' -option caps:swapescape &
xset r rate 300 50 &
xsetroot -cursor_name left_ptr &
unclutter -idle 2 &
dbar &
udiskie &
mpd &
dunst &
syncthing -no-browser &
telegram-desktop &
exec ~/.local/bin/scripts/startdwm