| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 3906f38f5805943b410394527f4177ac97358706 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Wed Apr 5 13:44:49 2023 +0200 |
4 | |
5 | Auto-Commit Update 05.04.2023 - 13:44:49 |
6 | --- |
7 | AutoLinux | Bin 118776 -> 118864 bytes |
8 | config.h | 4 ++-- |
9 | 2 files changed, 2 insertions(+), 2 deletions(-) |
10 | |
11 | diff --git a/AutoLinux b/AutoLinux |
12 | index ba7cafe..5a24160 100755 |
13 | Binary files a/AutoLinux and b/AutoLinux differ |
14 | diff --git a/config.h b/config.h |
15 | index 001b12b..6508733 100644 |
16 | --- a/config.h |
17 | +++ b/config.h |
18 | @@ -179,7 +179,6 @@ static const Layout layouts[] = { |
19 | { MOD, XK_j, ACTION##stack, {.i = INC(+1) } }, \ |
20 | { MOD, XK_k, ACTION##stack, {.i = INC(-1) } }, \ |
21 | { MOD, XK_BackSpace, ACTION##stack, {.i = PREVSEL } }, \ |
22 | - { MOD, XK_Escape, ACTION##stack, {.i = 0 } }, \ |
23 | { MOD, XK_comma, ACTION##stack, {.i = 0 } }, \ |
24 | { MOD, XK_Up, ACTION##stack, {.i = INC(+1) } }, \ |
25 | { MOD, XK_Down, ACTION##stack, {.i = INC(-1) } }, \ |
26 | @@ -263,6 +262,8 @@ static Key keys[] = { |
27 | { MODKEY, XK_backslash, togglescratch, {.ui = 3 } }, |
28 | { MODKEY|ShiftMask, XK_backslash, togglescratch, {.ui = 4 } }, |
29 | { MODKEY|ControlMask, XK_period, spawn, SHCMD(TERMINAL " -e job") }, |
30 | + { MODKEY, XK_Escape, spawn, SHCMD("startJustine") }, |
31 | + { MODKEY, XK_slash, spawn, SHCMD("startJustineSilent") }, |
32 | |
33 | |
34 | |
35 | @@ -384,7 +385,6 @@ static Key keys[] = { |
36 | // { MODKEY, XK_F10, spawn, SHCMD(TERMINAL " -e [ ! -d ${custDir} ] && mkdir ${custDir} >/dev/null 2>&1; ${TERMINAL} -e nvim ${custDir}/`find $HOME/CONCISE/repos -type f|sed 's/^.\//'|fzfp`)") }, |
37 | // { MODKEY, XK_F11, spawn, SHCMD("mpv --no-cache --no-osc --no-input-default-bindings --profile=low-latency --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)") }, |
38 | //{ MODKEY, XK_F12, spawn, SHCMD(TERMINAL " -e [ ! -d ${HOME}/SCRATCH ] && mkdir ${HOME}/SCRATCH >/dev/null 2>&1; ${TERMINAL} -e /usr/bin/lfp ${HOME}/SCRATCH") }, |
39 | - { MODKEY, XK_slash, defaultgaps, {0} }, |
40 | { MODKEY, XK_space, spawn, SHCMD(TERMINAL " -e /usr/bin/snip") }, |
41 | { MODKEY|ShiftMask, XK_space, zoom, {0} }, |
42 | { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, |