From 4b586a14bd553559153e717955b35cf07a8d52cb Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:33:33 +0900 Subject: Init --- st/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st/config.h') diff --git a/st/config.h b/st/config.h index 705662e..3e13adf 100644 --- a/st/config.h +++ b/st/config.h @@ -119,6 +119,7 @@ unsigned int tabspaces = 8; /* bg opacity */ float alpha = 0.8; +float alpha_def; float alphaOffset = 0.05; float alphaUnfocus; @@ -269,6 +270,7 @@ static Shortcut shortcuts[] = { // APPEAREANCES { MODKEY, XK_a, changealpha, { .f = +0.05 } }, { MODKEY, XK_s, changealpha, { .f = -0.05 } }, + { MODKEY, XK_equal, changealpha, { .f = 0 } }, { TERMMOD, XK_Down, zoom, { .f = -1 } }, { TERMMOD, XK_Up, zoom, { .f = +1 } }, { TERMMOD, XK_Next, zoom, { .f = -1 } }, -- cgit v1.2.3