# SPDX-FileCopyrightText: 2023 Daniel Kalak # SPDX-License-Identifier: CC-BY-SA-4.0 how to replicate my dwm setup ============================= => install st -> patch it with st.diff -> additional dependencies: iosevka typeface => install setroot.sh -> how: mentioned in the file -> additional dependencies: mentioned in the file => install dwm -> patch it with dwm.diff -> additional dependencies: dmenu, slock, terminus typeface => install keyboard.conf -> how: mentioned in the file => install xinitrc.sh -> how: mentioned in the file => install xorg-xinit -> then put the following line at the end of your ~/.bash_profile [ "$(tty)" = /dev/tty1 ] && startx -> this will run startx at login, which will run xinit