birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4381d1c0356c96ecb90589361b55939ea8b8d90a
parent 3f210e0dbc5a9ae164d3c4db8914c271756a7f5d
Author: mrgrouse <bdmfegys@duck.com>
Date:   Fri, 13 Sep 2024 22:03:55 -0400

config.def.h: comment unused line for st/birdwm scratchpads

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -33,7 +33,7 @@ typedef struct { const void *cmd; } Sp; -char scratchpadsize[] = "144x41"; /* size of scratchpad */ +//char scratchpadsize[] = "144x41"; /* size of scratchpad (for st/birdterm)*/ char termfm[] = "nnn"; /* terminal file manager */ char upgradescript[] = "upgrader.sh"; /* upgrade script */ char musicterm[] = "vimpc"; /* tui music player */