config tweaks
This commit is contained in:
3
config.h
3
config.h
@@ -111,6 +111,9 @@ binding keys[] = {
|
|||||||
|
|
||||||
// Launcher
|
// Launcher
|
||||||
{ .mod = Mod4Mask, .key = XK_x, .act = action_command, .data = "dmenu_run" },
|
{ .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).
|
// 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...
|
// Only works for apps that use some form of their binary name as their class...
|
||||||
|
|||||||
Reference in New Issue
Block a user