diff --git a/bashrc b/bashrc index 4cdf135..a01eff5 100644 --- a/bashrc +++ b/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' # }}} diff --git a/dwm/config.h b/dwm/config.h index 2bd5d2e..78e62a6 100644 --- a/dwm/config.h +++ b/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} }, }; diff --git a/vim/spell/fr.utf-8.add b/vim/spell/fr.utf-8.add index 577526f..a39c55b 100644 --- a/vim/spell/fr.utf-8.add +++ b/vim/spell/fr.utf-8.add @@ -17,3 +17,4 @@ alu EDF RDV subsection +bachelor diff --git a/vim/spell/fr.utf-8.add.spl b/vim/spell/fr.utf-8.add.spl index 6cee9b0..dc22ece 100644 Binary files a/vim/spell/fr.utf-8.add.spl and b/vim/spell/fr.utf-8.add.spl differ