Merge branch 'master' of github.com:LukeSmithxyz/dwm

This commit is contained in:
Luke Smith 2021-02-14 08:39:23 -05:00
commit ba7a75abf5
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252
3 changed files with 13 additions and 1 deletions

View file

@ -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. - 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. - 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`! ## 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. 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.

View file

@ -189,7 +189,7 @@ static Key keys[] = {
{ MODKEY, XK_s, togglesticky, {0} }, { MODKEY, XK_s, togglesticky, {0} },
/* { MODKEY|ShiftMask, XK_s, spawn, SHCMD("") }, */ /* { MODKEY|ShiftMask, XK_s, spawn, SHCMD("") }, */
{ MODKEY, XK_d, spawn, SHCMD("dmenu_run") }, { 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, XK_f, togglefullscr, {0} },
{ MODKEY|ShiftMask, XK_f, setlayout, {.v = &layouts[8]} }, { MODKEY|ShiftMask, XK_f, setlayout, {.v = &layouts[8]} },
{ MODKEY, XK_g, shiftview, { .i = -1 } }, { MODKEY, XK_g, shiftview, { .i = -1 } },

View file

@ -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 \f(CWMod+Shift+Enter\fP \(en Show/hide dropdown terminal
.ITEM .ITEM
\f(CWMod+'\fP \(en Show/hide dropdown calculator \f(CWMod+'\fP \(en Show/hide dropdown calculator
.ITEM
\f(CWMod+D\fP \(en passmenu (password manager)
.LIST OFF .LIST OFF
.HEADING 2 "System" .HEADING 2 "System"
.LI .LI