From 2d8457f4be024439413e1ca71639e50c4cb8f135 Mon Sep 17 00:00:00 2001 From: monosans Date: Fri, 15 Jan 2021 17:11:20 +0300 Subject: [PATCH 1/3] Add installation guide --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 246607f..1b218c0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol. - vanitygaps: Gaps allowed across all layouts. - swallow patch: if a program run from a terminal would make it inoperable, it temporarily takes its place to save space. +## Installation for newbs + +``` +git clone https://github.com/LukeSmithxyz/dwm +cd dwm +sudo make install +``` + +Users of Arch-based distros can also install it from the AUR as [dwm-luke-git](https://aur.archlinux.org/packages/dwm-luke-git). + ## Please install `libxft-bgra`! This build of dwm does not block color emoji in the status/info bar, so you must install [libxft-bgra](https://aur.archlinux.org/packages/libxft-bgra/) from the AUR, which fixes a libxft color emoji rendering problem, otherwise dwm will crash upon trying to render one. Hopefully this fix will be in all libxft soon enough. From 649adaf41fdd9ec252f290dd0a7d095f558dfa60 Mon Sep 17 00:00:00 2001 From: skrrtskrrtman <50763036+skrrtskrrtman@users.noreply.github.com> Date: Thu, 4 Feb 2021 17:04:14 +0800 Subject: [PATCH 2/3] add passmenu to mod + D --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6a93d78..7c844a1 100644 --- a/config.h +++ b/config.h @@ -189,7 +189,7 @@ static Key keys[] = { { MODKEY, XK_s, togglesticky, {0} }, /* { MODKEY|ShiftMask, XK_s, spawn, SHCMD("") }, */ { MODKEY, XK_d, spawn, SHCMD("dmenu_run") }, - /* { MODKEY, XK_d, spawn, SHCMD("") } }, */ + { MODKEY|ShiftMask, XK_d, spawn, SHCMD("passmenu") }, { MODKEY, XK_f, togglefullscr, {0} }, { MODKEY|ShiftMask, XK_f, setlayout, {.v = &layouts[8]} }, { MODKEY, XK_g, shiftview, { .i = -1 } }, From 08809a7a0df4c7226986d886190b1a1c32efdc9f Mon Sep 17 00:00:00 2001 From: skrrtskrrtman <50763036+skrrtskrrtman@users.noreply.github.com> Date: Thu, 4 Feb 2021 17:19:28 +0800 Subject: [PATCH 3/3] update larbs.mom to reflect changes in config.h --- larbs.mom | 2 ++ 1 file changed, 2 insertions(+) diff --git a/larbs.mom b/larbs.mom index 22a664c..4131121 100644 --- a/larbs.mom +++ b/larbs.mom @@ -170,6 +170,8 @@ To type capital letters, hold down the \f(CWShift\fP key\(emthat might sound lik \f(CWMod+Shift+Enter\fP \(en Show/hide dropdown terminal .ITEM \f(CWMod+'\fP \(en Show/hide dropdown calculator +.ITEM +\f(CWMod+D\fP \(en passmenu (password manager) .LIST OFF .HEADING 2 "System" .LI