dwm
This commit is contained in:
parent
e92efe8153
commit
a8b26155eb
4 changed files with 13 additions and 1 deletions
1
bashrc
1
bashrc
|
@ -150,6 +150,7 @@ alias R='R --quiet'
|
|||
alias cdu='cdu -idh'
|
||||
alias dus='du -sh * | sort -h'
|
||||
alias im='profanity'
|
||||
alias eclipseJ2EE='/home/frank/Programmation/J2EE/eclipse/eclipse'
|
||||
# }}}
|
||||
|
||||
|
||||
|
|
12
dwm/config.h
12
dwm/config.h
|
@ -16,7 +16,7 @@ static const unsigned int snap = 8; /* snap pixel */
|
|||
static const Bool showbar = True; /* False means no bar */
|
||||
static const Bool topbar = True; /* False means bottom bar */
|
||||
|
||||
/* tagging */
|
||||
/* tagging
|
||||
static const char *tags[] = {
|
||||
"web",
|
||||
"mail",
|
||||
|
@ -27,6 +27,10 @@ static const char *tags[] = {
|
|||
"m0",
|
||||
"m1",
|
||||
"m2", };
|
||||
*/
|
||||
static const char *tags[] = {
|
||||
"1:FF", "2", "3:CONS", "4:CONS", "5:CONS", "6:IDE", "7", "8", "9",
|
||||
"q", "w", "e", "r:RSS", "t:MAIL", "z:IM", };
|
||||
|
||||
static const char *urgent_cmd = "/home/frank/Programmation/dotfiles/Utils/urgent.sh";
|
||||
|
||||
|
@ -136,6 +140,12 @@ static Key keys[] = {
|
|||
TAGKEYS( XK_7, 6)
|
||||
TAGKEYS( XK_8, 7)
|
||||
TAGKEYS( XK_9, 8)
|
||||
TAGKEYS( XK_q, 9)
|
||||
TAGKEYS( XK_w, 10)
|
||||
TAGKEYS( XK_e, 11)
|
||||
TAGKEYS( XK_r, 12)
|
||||
TAGKEYS( XK_t, 13)
|
||||
TAGKEYS( XK_z, 14)
|
||||
{ MODKEY|ShiftMask, XK_q, quit, {0} },
|
||||
};
|
||||
|
||||
|
|
|
@ -17,3 +17,4 @@ alu
|
|||
EDF
|
||||
RDV
|
||||
subsection
|
||||
bachelor
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue