diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-20 16:37:10 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-20 16:37:10 +0100 |
commit | 3577236175db4f4876256fc4c36a77757660b3c5 (patch) | |
tree | 18a2bb7693a06d9511aaeff9fb6abb66b0d89a06 | |
parent | 17f5dfa8143adc702d4be59f40da344986cbdecd (diff) | |
download | dwm-3577236175db4f4876256fc4c36a77757660b3c5.tar.gz dwm-3577236175db4f4876256fc4c36a77757660b3c5.tar.bz2 dwm-3577236175db4f4876256fc4c36a77757660b3c5.zip |
Change scratchpad from Emacs back to st
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ static const Layout layouts[] = { /* commands */ static const char scratchpadname[] = "scratchpad"; -static const char *scratchpadcmd[] = { "emacs", "-T", scratchpadname, "-g", "250x65+0+0", "--eval", "(+scratchpad-setup)", NULL }; +static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-e", "tmux", NULL }; static char *statuscmds[] = { "notify-send Mouse$BUTTON" }; |