This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
lemondwm/.dwm/autostart

13 lines
162 B
Plaintext
Raw Permalink Normal View History

2021-07-19 07:05:04 -05:00
#!/bin/sh
feh --bg-fill ~/wallpaper.png &
~/.dwm/bar.sh &
2021-10-17 05:52:53 -05:00
setxkbmap pl &
2021-10-21 11:06:05 -05:00
dunst &
2021-10-04 14:51:35 -05:00
flameshot &
volctl &
2021-10-31 17:48:34 -05:00
nvidia-settings -l &
2021-11-29 10:54:00 -06:00
urxvtd -q &
2021-10-31 17:48:34 -05:00
~/.dwm/bar/./bar.sh &
2021-07-19 07:05:04 -05:00
dwm