Environment Variables
wangms168 opened this issue · 2 comments
wangms168 commented
How does your build of dwm realize the patch function of dwm-environmentvars-terminal-20210807-dd4b656.diff
LukeSmithxyz commented
What?
Deleted user commented
cd YOUR_DWM_SOURCE_DIR
wget https://dwm.suckless.org/patches/environmentvars/dwm-environmentvars-terminal-20210807-dd4b656.diff
patch < dwm-environmentvars-terminal-20210807-dd4b656.diff
make; ROOT_CMD make install
(sudo or doas)
OR
Change #define TERMINAL "st"
(line four of config.h) to the command to run your terminal
For example:
#define TERMINAL "urxvt"
(the only other terminal it might make sense to use)