summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-20 01:32:59 +0100
committeruint23 <[email protected]>2025-04-20 01:32:59 +0100
commitf2a3ed0e40cee26d59611df1ccf27f140919681c (patch)
treef1bfd5dba2685aa1f8d3783320c370119effb589
parent87179f825fd1c46b59cce38aafd8b4102fca2685 (diff)
updt usercfg
-rw-r--r--src/defs.h4
-rw-r--r--src/usercfg.h13
2 files changed, 10 insertions, 7 deletions
diff --git a/src/defs.h b/src/defs.h
index b7b2d20..f8de140 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -1,10 +1,12 @@
+/* See LICENSE for more information on use */
+
#ifndef DEFS_H
#define DEFS_H
#include <stdint.h>
#include <X11/Xlib.h>
-#define SXWM_VERSION "sxwm ver. 0.1.3"
+#define SXWM_VERSION "sxwm ver. 0.1.5"
#define SXWM_AUTHOR "(C) Abhinav Prasai 2025"
#define SXWM_LICINFO "See LICENSE for more info"
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 <X11/keysym.h>
+/* 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 <X11/keysym.h>
static const Binding binds[] =
{
/*————< MODIFIER(S) >< KEY >—————< FUNCTION >——*/