Remove keybinds
This commit is contained in:
1
.#config.h
Symbolic link
1
.#config.h
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
marc@nazarick.99345:1625565156
|
||||||
16
config.h
16
config.h
@@ -72,17 +72,10 @@ static const Layout layouts[] = {
|
|||||||
|
|
||||||
/* commands */
|
/* commands */
|
||||||
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
||||||
static const char *browser[] = { "firefox", NULL };
|
|
||||||
static const char *discord[] = { "Discord", NULL };
|
|
||||||
static const char *dmenucmd[] = { "dmenu_run", NULL };
|
static const char *dmenucmd[] = { "dmenu_run", NULL };
|
||||||
static const char *emacs_d[] = { "emacsclient", "-c", NULL };
|
static const char *emacs_d[] = { "emacsclient", "-c", NULL };
|
||||||
static const char *files[] = { "thunar", NULL };
|
static const char *screensht[] = { "flameshot", "gui", NULL };
|
||||||
static const char *screensht[] = { "gnome-screenshot", "-i", NULL };
|
|
||||||
static const char *lock[] = { "slock", NULL };
|
static const char *lock[] = { "slock", NULL };
|
||||||
static const char *pavu[] = { "pavucontrol", NULL };
|
|
||||||
static const char *pdf[] = { "zathura", NULL };
|
|
||||||
static const char *spotify[] = { "spotify", NULL };
|
|
||||||
static const char *telegram[] = { "telegram-desktop", NULL};
|
|
||||||
static const char *termcmd[] = { "alacritty", NULL };
|
static const char *termcmd[] = { "alacritty", NULL };
|
||||||
|
|
||||||
static const char *vol_up[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "+2%", NULL };
|
static const char *vol_up[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "+2%", NULL };
|
||||||
@@ -104,14 +97,7 @@ static Key keys[] = {
|
|||||||
// open programs
|
// open programs
|
||||||
{ MODKEY, XK_d, spawn, {.v = dmenucmd } },
|
{ MODKEY, XK_d, spawn, {.v = dmenucmd } },
|
||||||
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
|
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
|
||||||
{ MODKEY, XK_e, spawn, {.v = files } },
|
|
||||||
{ MODKEY|ControlMask, XK_d, spawn, {.v = discord } },
|
|
||||||
{ MODKEY|ControlMask, XK_e, spawn, {.v = emacs_d } },
|
{ MODKEY|ControlMask, XK_e, spawn, {.v = emacs_d } },
|
||||||
{ MODKEY|ControlMask, XK_f, spawn, {.v = browser } },
|
|
||||||
{ MODKEY|ControlMask, XK_p, spawn, {.v = pavu } },
|
|
||||||
{ MODKEY|ControlMask, XK_s, spawn, {.v = spotify } },
|
|
||||||
{ MODKEY|ControlMask, XK_t, spawn, {.v = telegram } },
|
|
||||||
{ MODKEY|ControlMask, XK_z, spawn, {.v = pdf } },
|
|
||||||
{ MODKEY|ShiftMask, XK_s, spawn, {.v = screensht} },
|
{ MODKEY|ShiftMask, XK_s, spawn, {.v = screensht} },
|
||||||
|
|
||||||
// laptop audio control
|
// laptop audio control
|
||||||
|
|||||||
Reference in New Issue
Block a user