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

10 lines
223 B
Plaintext
Raw 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-04 14:51:35 -05:00
dunst -fn "Cozette 9" -corner_radius 2 -frame_width 1 -padding 10 -horizontal_padding 10 -geometry "0x3+50-50" &
flameshot &
volctl &
2021-10-17 05:52:53 -05:00
urxvtd -q &
2021-07-19 07:05:04 -05:00
dwm