aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 67f78d0..a10d0f9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -28,6 +28,10 @@ static const char *mic_active_bg_color = "firebrick";
28static const char *mic_muted_bg_color = "#222222"; 28static const char *mic_muted_bg_color = "#222222";
29static const char *mic_active_fg_color = "white"; 29static const char *mic_active_fg_color = "white";
30static const char *mic_muted_fg_color = "white"; 30static const char *mic_muted_fg_color = "white";
31static const char *layout_tile_bg_color = "darkgreen";
32static const char *layout_float_bg_color = "#333333";
33static const char *layout_tile_fg_color = "white";
34static const char *layout_float_fg_color = "white";
31 35
32static Shortcut shortcuts[] = { 36static Shortcut shortcuts[] = {
33 /* Mask KeySym Shell command */ 37 /* Mask KeySym Shell command */
@@ -87,6 +91,7 @@ static Keybinds keybinds[] = {
87 { MODKEY | ShiftMask, XK_r, reload, { 0 } }, 91 { MODKEY | ShiftMask, XK_r, reload, { 0 } },
88 { MODKEY, XK_c, center_window, { 0 } }, 92 { MODKEY, XK_c, center_window, { 0 } },
89 { MODKEY, XK_m, toggle_mic_mute, { 0 } }, 93 { MODKEY, XK_m, toggle_mic_mute, { 0 } },
94 { MODKEY, XK_space, toggle_layout, { 0 } },
90 { MODKEY | ShiftMask, XK_q, quit, { 0 } }, 95 { MODKEY | ShiftMask, XK_q, quit, { 0 } },
91 { MODKEY, XK_q, close_window, { 0 } }, 96 { MODKEY, XK_q, close_window, { 0 } },
92}; 97};