This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
using MASTER 600 again, it is definately better, and using urxvtc for the moment (it doesn't flickers on refreshes, but this is not because of Marc Lehmann, it is because of the original rxvt code)
config
arg@mig29
18 years ago
parent
87324e680c
commit
6f3872edbd
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
config.arg.h
+ 2
- 2
config.arg.h
View File
@ -17,14 +17,14 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
#
define STATUSBGCOLOR "#222222"
#
define STATUSFGCOLOR "#9999cc"
#
define MASTER
55
0
/* per thousand */
#
define MASTER
60
0
/* per thousand */
#
define MODKEY Mod1Mask
#
define KEYS \
static
Key
key
[
]
=
{
\
/* modifier key function arguments */
\
{
MODKEY
|
ShiftMask
,
XK_Return
,
spawn
,
\
{
.
cmd
=
"
exec u
xterm
-bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '
"
FONT
"
'
"
}
}
,
\
{
.
cmd
=
"
exec u
rxvtc
-bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '
"
FONT
"
'
"
}
}
,
\
{
MODKEY
,
XK_p
,
spawn
,
\
{
.
cmd
=
"
exe=
\"
$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u
"
\
"
| dmenu -font '
"
FONT
"
' -normbg '
"
NORMBGCOLOR
"
' -normfg '
"
NORMFGCOLOR
"
'
"
\
Write
Preview
Loading…
Cancel
Save