diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-03 17:18:54 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-03 17:18:54 +0000 |
| commit | f02c46f670993700cd9166f118da171deb6eaf01 (patch) | |
| tree | 97c7360f9bb1e017e836b7ff46abc7cab4f26d5b /config.h | |
| parent | 4602687c6d5a49475bd33b12af5d6f5c39b63e86 (diff) | |
super + a swaps to last used window, default browser: glide
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,7 @@ /* Constants */ #define TERMINAL "st" -#define BROWSER "icecat" +#define BROWSER "glide" /* appearance */ static const unsigned int borderpx = 2; /* border pixel of windows */ @@ -117,8 +117,11 @@ static const Key keys[] = { { MODKEYTWO, XK_Escape, spawn, SHCMD(TERMINAL" -c stfloat -e htop") }, { MODKEY, XK_x, spawn, SHCMD("xkill") }, { MODKEY, XK_w, spawn, SHCMD(BROWSER) }, + { MODKEY|ShiftMask, XK_w, spawn, SHCMD("icecat") }, + { MODKEY, XK_a, swapfocus, {0} }, #ifdef __linux__ + { MODKEY, XK_g, spawn, SHCMD(TERMINAL" -c stfloat -e watch -c -n 2 genlop -c") }, { MODKEY, XK_s, spawn, SHCMD("steam -dev") }, { MODKEY|ShiftMask, XK_s, spawn, SHCMD("pkill steam") }, |
