config tweaks

This commit is contained in:
seanpringle
2012-12-16 12:36:00 +10:00
parent 80dfdd1eac
commit 4b679b3aa1

View File

@@ -111,6 +111,9 @@ binding keys[] = {
// Launcher
{ .mod = Mod4Mask, .key = XK_x, .act = action_command, .data = "dmenu_run" },
{ .mod = Mod4Mask, .key = XK_F1, .act = action_command, .data = "konsole" },
{ .mod = Mod4Mask, .key = XK_F2, .act = action_command, .data = "chromium" },
{ .mod = Mod4Mask, .key = XK_F3, .act = action_command, .data = "pcmanfm" },
// Find or start apps by WM_CLASS (lower case match).
// Only works for apps that use some form of their binary name as their class...