From f2a3ed0e40cee26d59611df1ccf27f140919681c Mon Sep 17 00:00:00 2001 From: uint23 Date: Sun, 20 Apr 2025 01:32:59 +0100 Subject: updt usercfg --- src/usercfg.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/usercfg.h') diff --git a/src/usercfg.h b/src/usercfg.h index 1059ce5..39250e0 100644 --- a/src/usercfg.h +++ b/src/usercfg.h @@ -1,5 +1,4 @@ -/*< You can ignore this >*/ -#include +/* See LICENSE for more information on use */ /* * ——————————————< Appearance >—————————————— * @@ -96,11 +95,9 @@ * */ -CMD(terminal, "st"); -CMD(browser, "firefox"); +CMD(terminal, "st"); +CMD(browser, "firefox"); -/*< This is your modifier key (ALT/SUPER) >*/ -#define MOD ALT /* * ———————————————< Bindings >————————————————* @@ -157,6 +154,10 @@ CMD(browser, "firefox"); * ———————————————————————————————————————————* */ +/*< This is your modifier key (ALT/SUPER) >*/ +#define MOD ALT + +#include static const Binding binds[] = { /*————< MODIFIER(S) >< KEY >—————< FUNCTION >——*/ -- cgit v1.2.3