Merge pull request #14 from nagbalae/development

Development
This commit is contained in:
Bazsi 2020-11-21 14:20:52 +01:00 committed by GitHub
commit 0c6e1ebe8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# dwm
A personal fork of dwm-6.2, kind of based on lukesmithxyz's and samedamci's forks.
The main aim of the fork is to be usable and also look good.
A personal fork of dwm-6.2, kind of based on lukesmithxyz's and with ideas from samedamci's forks.
I'm trying to replicate my i3's looks in dwm.
#### ***If you haven't used dwm, i wouldn't recomend starting with this.***
Go to [suckless' dwm page](https://dwm.suckless.org) or use [Luke's](https://github.com/LukeSmithxyz/dwm) or [Samedamci's](https://github.com/samedamci/dwm) forks.
## ***If you haven't used dwm, you don't start with this.***
Go to [suckless' dwm page](https://dwm.suckless.org) or use [Luke's](https://github.com/LukeSmithxyz/dwm) or [Samedamci's](https://github.com/samedamci/dwm) forks.
=======
**_This fork has and probably will have utterly awful coding_, and the features are tailored to my usage, though i hope you'll have fun trying it.**
## How to use
- **before installing change termcmd's urxvt to your terminal!, otherwise you'll have no terminal!**

View File

@ -98,11 +98,11 @@ static Key keys[] = {
/*{ MODKEY, XK_w, spawn, SHCMD("$BROWSER")},*/
/*{ MODKEY|ShiftMask, XK_w, spawn, SHCMD("urxvt -e nmtui")},*/
/*{ MODKEY, XK_r, spawn, SHCMD("urxvt -e ranger")},*/
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
/*{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
{ MODKEY, XK_z, setlayout, {.v = &layouts[1]} },
{ MODKEY, XK_u, setlayout, {.v = &layouts[2]} },
{ MODKEY, XK_i, setlayout, {.v = &layouts[3]} },
{ MODKEY|ShiftMask, XK_i, setlayout, {.v = &layouts[4]} },
{ MODKEY|ShiftMask, XK_i, setlayout, {.v = &layouts[4]} },i*/
{ MODKEY|ControlMask, XK_comma, cyclelayout, {.i = -1 } },
{ MODKEY|ControlMask, XK_period, cyclelayout, {.i = +1 } },
{ MODKEY, XK_s, togglesticky, {0} },