aboutsummaryrefslogtreecommitdiff
path: root/dwl.1
diff options
context:
space:
mode:
authorsewn <sewn@disroot.org>2024-02-21 20:41:29 +0300
committerA Frederick Christensen <fauxmight@noreply.codeberg.org>2024-05-05 18:40:23 +0000
commit5c19e23146b6163e6508765f0062cde9a1718be7 (patch)
tree86636c29836521b9c25ab7fc0bd408e2e9905068 /dwl.1
parent577d8da6d17dad5f847795582ebf813f3c5c04a7 (diff)
switch to wmenu
bemenu is very bloated, turning itself into a library, which makes it 7489 SLOC. wmenu on the other hand, looks suckless by default, and is only 2000 SLOC, which i also find alot nicer to use, since bemenu does nothing to replicate the original dmenu feel.
Diffstat (limited to 'dwl.1')
-rw-r--r--dwl.14
1 files changed, 2 insertions, 2 deletions
diff --git a/dwl.1 b/dwl.1
index ce1acf9..e64a71b 100644
--- a/dwl.1
+++ b/dwl.1
@@ -55,7 +55,7 @@ Move window to a single tag.
Toggle tag for window.
.It Mod-p
Spawn
-.Nm bemenu-run .
+.Nm wmenu_run .
.It Mod-Shift-Return
Spawn
.Nm foot .
@@ -143,7 +143,7 @@ with s6 in the background:
.Dl dwl -s 's6-svscan <&-'
.Sh SEE ALSO
.Xr foot 1 ,
-.Xr bemenu 1 ,
+.Xr wmenu 1 ,
.Xr dwm 1 ,
.Xr xkeyboard-config 7
.Sh CAVEATS