dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cf536c71a7d63d8bb24a3eff68e30e11eabee5a6
parent df2d8244d092b7dde8dce1cb34764296975fcef4
Author: andrew.laack <andrew.laack@imbue.com>
Date:   Thu, 28 Aug 2025 08:57:47 -0500

Updated keybindings, removed unnecessary ones.

Diffstat:
Mconfig.h | 63++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 31 deletions(-)

diff --git a/config.h b/config.h @@ -10,15 +10,15 @@ static const unsigned int borderpx = 5; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "FiraCode:size=10" }; -static const char dmenufont[] = "FiraCode:size=10"; +static const char *fonts[] = { "FiraCode:size=12" }; +static const char dmenufont[] = "FiraCode:size=12"; -static const char col_black[] = "#222222"; -static const char col_white[] = "#ffffff"; -static const char col_lg[] = "#aaaaaa"; +static const char col_black[] = "#000000"; +static const char col_white[] = "#000000"; +static const char col_lg[] = "#FFFFFF"; -static const char col_gray1[] = "#444444"; -static const char col_orange[] = "#d65d0e"; +static const char col_gray1[] = "#000000"; +static const char col_orange[] = "#FFFFFF"; static const char *colors[][3] = { /* fg bg border */ @@ -28,16 +28,17 @@ static const char *colors[][3] = { /* tagging */ static const char *tags[] = { - "1: CS-370", - "2: ENSC-100", - "3: CS-498", - "4: WRIT-250", - "5: ENGL-328", - "6: COMM-370", - "7: HIST-152", - "8: MATH-421", - "9: SELF-HOSTING", - "10: SELF-STUDYING", + "1: WORK", + "2: SCHOOL", + "3: LEETCODE", + "4: ML", + "5: MATH", +// "5: ", +// "6: DL", +// "7: ", +// "8: ", +// "9: SELF-HOSTING", +// "10: SELF-STUDYING", }; static const Rule rules[] = { @@ -54,8 +55,8 @@ static const Rule rules[] = { // I use an odyssey g9 so I like having one full height // window on the left, one in the center, and then splits on the right side -static const float mfact = 0.66; /* factor of master area size [0.05..0.95] */ -static const int nmaster = 2; /* number of clients in master area */ +static const float mfact = 0.75; /* factor of master area size [0.05..0.95] */ +static const int nmaster = 3; /* number of clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; @@ -79,9 +80,9 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ // nice green color. -static const char background[] = "#282828"; -static const char foreground[] = "#ebdbb2"; -static const char highlight[] = "#967762"; +static const char background[] = "#000000"; +static const char foreground[] = "#FFFFFF"; +static const char highlight[] = "#AAAAAA"; static const char *dmenucmd[] = {"/home/andrew/bin/dmenu.sh", background, foreground, highlight, NULL}; static const char *endcmd[] = {"/home/andrew/bin/power.sh", background, foreground, highlight, NULL}; @@ -96,12 +97,12 @@ static const char *tmuxcmd[] = {"/home/andrew/bin/tmux.sh", background, foregrou static const char *zathuracmd[] = {"/home/andrew/bin/zathura.sh", background, foreground, highlight, NULL}; static const char *musiccmd[] = {"/home/andrew/bin/find-music.sh", "/home/serverBackup/fileSharing/music/" , background, foreground, highlight, NULL}; //static const char *rangercmd[] = {"/home/andrew/bin/ranger.sh", "/home/" , background, foreground, highlight, NULL}; -static const char *workspacecmd[] = {"/home/andrew/bin/init-screen.sh", NULL}; +static const char *workspacecmd[] = {"/home/andrew/bin/init-screen.sh", background, foreground, highlight, NULL}; // copying bookmarks -static const char *bookmarkscmd[] = {"/home/andrew/bin/bookmarks.sh", NULL}; -static const char *addbookmarkcmd[] = {"/home/andrew/bin/add-bookmark.sh", NULL}; -static const char *openbookmarkcmd[] = {"/home/andrew/bin/open-bookmark.sh", NULL}; -static const char *openlibrewolfcmd[] = {"librewolf", NULL}; +// static const char *bookmarkscmd[] = {"/home/andrew/bin/bookmarks.sh", NULL}; +// static const char *addbookmarkcmd[] = {"/home/andrew/bin/add-bookmark.sh", NULL}; +// static const char *openbookmarkcmd[] = {"/home/andrew/bin/open-bookmark.sh", NULL}; +// static const char *openlibrewolfcmd[] = {"librewolf", NULL}; // I had to take this stupid test with honorlock so I decided to bind c-c to // make my chromium window opaque. This will ensure the professor has to read my background @@ -139,12 +140,12 @@ static const Key keys[] = { { MODKEY, XK_w, spawn, {.v = workspacecmd} }, // copy bookmark - { MODKEY, XK_b, spawn, {.v = bookmarkscmd} }, + //{ MODKEY, XK_b, spawn, {.v = bookmarkscmd} }, //{ MODKEY, XK_a, spawn, {.v = addbookmarkcmd} }, // search the web/open bookmark - { MODKEY, XK_s, spawn, {.v = openbookmarkcmd} }, + //{ MODKEY, XK_s, spawn, {.v = openbookmarkcmd} }, // hide bar { MODKEY, XK_h, togglebar, {0} }, @@ -153,9 +154,9 @@ static const Key keys[] = { //{ MODKEY|ShiftMask, XK_b, spawn, {.v = browsercmd} }, // add bookmark - { MODKEY|ShiftMask, XK_b, spawn, {.v = addbookmarkcmd} }, + //{ MODKEY|ShiftMask, XK_b, spawn, {.v = addbookmarkcmd} }, { MODKEY|ShiftMask, XK_s, spawn, {.v = screenshotcmd } }, - { MODKEY|ShiftMask, XK_l, spawn, {.v = openlibrewolfcmd } }, + //{ MODKEY|ShiftMask, XK_l, spawn, {.v = openlibrewolfcmd } }, { MODKEY|ShiftMask, XK_p, spawn, {.v = playlinkcmd } }, { MODKEY|ShiftMask, XK_w, spawn, {.v = webbrowsercmd } }, //{ MODKEY|ShiftMask, XK_e, spawn, {.v = emacscmd } },