commit
0c6e1ebe8e
@ -1,9 +1,9 @@
|
|||||||
# dwm
|
# dwm
|
||||||
A personal fork of dwm-6.2, kind of based on lukesmithxyz's and samedamci's forks.
|
A personal fork of dwm-6.2, kind of based on lukesmithxyz's and with ideas from samedamci's forks.
|
||||||
The main aim of the fork is to be usable and also look good.
|
|
||||||
I'm trying to replicate my i3's looks in dwm.
|
I'm trying to replicate my i3's looks in dwm.
|
||||||
#### ***If you haven't used dwm, i wouldn't recomend starting with this.***
|
## ***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.
|
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.**
|
**_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
|
## How to use
|
||||||
- **before installing change termcmd's urxvt to your terminal!, otherwise you'll have no terminal!**
|
- **before installing change termcmd's urxvt to your terminal!, otherwise you'll have no terminal!**
|
||||||
|
4
config.h
4
config.h
@ -98,11 +98,11 @@ static Key keys[] = {
|
|||||||
/*{ MODKEY, XK_w, spawn, SHCMD("$BROWSER")},*/
|
/*{ MODKEY, XK_w, spawn, SHCMD("$BROWSER")},*/
|
||||||
/*{ MODKEY|ShiftMask, XK_w, spawn, SHCMD("urxvt -e nmtui")},*/
|
/*{ MODKEY|ShiftMask, XK_w, spawn, SHCMD("urxvt -e nmtui")},*/
|
||||||
/*{ MODKEY, XK_r, spawn, SHCMD("urxvt -e ranger")},*/
|
/*{ 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_z, setlayout, {.v = &layouts[1]} },
|
||||||
{ MODKEY, XK_u, setlayout, {.v = &layouts[2]} },
|
{ MODKEY, XK_u, setlayout, {.v = &layouts[2]} },
|
||||||
{ MODKEY, XK_i, setlayout, {.v = &layouts[3]} },
|
{ 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_comma, cyclelayout, {.i = -1 } },
|
||||||
{ MODKEY|ControlMask, XK_period, cyclelayout, {.i = +1 } },
|
{ MODKEY|ControlMask, XK_period, cyclelayout, {.i = +1 } },
|
||||||
{ MODKEY, XK_s, togglesticky, {0} },
|
{ MODKEY, XK_s, togglesticky, {0} },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user