diff options
| author | nic <ra@afu.re> | 2025-08-17 22:21:02 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2025-08-17 22:21:02 -0400 |
| commit | 12720eaf8606bf38d40e7474462e794f20897436 (patch) | |
| tree | 60d0fb159e7d480cf7698449bbe9d34703287932 /config.def.h | |
| parent | f63c33a40fe0aaa92ace3e267192167e011eb6d6 (diff) | |
border red ++, bindings...
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h index 4aebfca..5a93b00 100644 --- a/config.def.h +++ b/config.def.h @@ -9,13 +9,13 @@ static const int sloppyfocus = 1; /* focus follows mouse */ static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */ static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int monoclegaps = 0; /* 1 means outer gaps in monocle layout */ -static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappih = 10; /* horiz inner gap between windows */ +static const unsigned int borderpx = 3; /* border pixel of windows */ +static const unsigned int gappih = 20; /* horiz inner gap between windows */ static const unsigned int gappiv = 10; /* vert inner gap between windows */ static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */ -static const unsigned int gappov = 10; /* vert outer gap between windows and screen edge */ +static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */ static const float rootcolor[] = COLOR(0x222222ff); -static const float bordercolor[] = COLOR(0x444444ff); +static const float bordercolor[] = COLOR(0x770000ff); static const float focuscolor[] = COLOR(0x005577ff); static const float urgentcolor[] = COLOR(0xff0000ff); /* This conforms to the xdg-protocol. Set the alpha to zero to restore the old behavior */ @@ -140,13 +140,15 @@ static const Key keys[] = { /* SEPARE SPAWN FROM OTHER FUNCTION + LAYOUT FUNCTION */ /* modifier key function argument */ - { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return, spawn, {.v = termcmd} }, + { MODKEY, XKB_KEY_Return, spawn, {.v = termcmd} }, { MODKEY, XKB_KEY_a, spawn, {.v = menucmd} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_A, spawn, SHCMD(TERMINAL " -e abook -C ~/.config/abook/abookrc --datafile ~/.config/abook/addressbook") }, { MODKEY, XKB_KEY_w, spawn, {.v = (const char*[]){ "firefox", NULL }} }, { MODKEY, XKB_KEY_t, spawn, {.v = (const char*[]){ TERMINAL, "-e", "htop-vim", NULL }} }, - { MODKEY, XKB_KEY_n, spawn, SHCMD(TERMINAL "-e nvim -c VimwikiIndex") }, + { MODKEY, XKB_KEY_n, spawn, SHCMD("foot -e nvim -c VimwikiIndex") }, { MODKEY, XKB_KEY_m, spawn, SHCMD(TERMINAL " -e neomutt ") }, + { MODKEY, XKB_KEY_grave, spawn, {.v = (const char *[]) { "menuunicode", NULL } } }, + { MODKEY, XKB_KEY_q, killclient, {0} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Q, spawn, {.v = (const char*[]){ "sysact", NULL }} }, |
