Author: viric Date: 2010-06-07 14:44:48 +0000 (Mon, 07 Jun 2010) New Revision: 22172
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22172&view=rev Modified: configurations/trunk/misc/viric/dwm/viric.patch Log: Updating my dwm patch for 5.8.2 Changes: Modified: configurations/trunk/misc/viric/dwm/viric.patch =================================================================== --- configurations/trunk/misc/viric/dwm/viric.patch 2010-06-07 14:44:15 UTC (rev 22171) +++ configurations/trunk/misc/viric/dwm/viric.patch 2010-06-07 14:44:48 UTC (rev 22172) @@ -1,16 +1,8 @@ diff --git a/config.def.h b/config.def.h -index cca63f7..c27c550 100644 +index 91cf439..2d7c9e3 100644 --- a/config.def.h +++ b/config.def.h -@@ -1,14 +1,14 @@ - /* See LICENSE file for copyright and license details. */ - - /* appearance */ --static const char font[] = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; -+static const char font[] = "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"; - static const char normbordercolor[] = "#cccccc"; - static const char normbgcolor[] = "#cccccc"; - static const char normfgcolor[] = "#000000"; +@@ -8,7 +8,7 @@ static const char normfgcolor[] = "#000000"; static const char selbordercolor[] = "#0066ff"; static const char selbgcolor[] = "#0066ff"; static const char selfgcolor[] = "#ffffff"; @@ -35,6 +27,15 @@ }; /* layout(s) */ +@@ -34,7 +41,7 @@ static const Layout layouts[] = { + }; + + /* key definitions */ +-#define MODKEY Mod1Mask ++#define MODKEY Mod4Mask + #define TAGKEYS(KEY,TAG) \ + { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ + { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ @@ -46,7 +53,8 @@ static const Layout layouts[] = { /* commands */ _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
