A few minor tweaks to the config.

Changes to be committed:
	modified:   .config/compton/compton.conf
	modified:   .surf/styles/suckless.css
	modified:   .xmonad/xmonad.hs
	modified:   .zshrc
	modified:   st/config.def.h
	modified:   st/config.h
This commit is contained in:
Derek Taylor
2019-02-17 08:43:44 -06:00
parent d73b4dcdb8
commit bd2215e593
6 changed files with 16 additions and 9 deletions

View File

@@ -174,8 +174,8 @@ static Shortcut shortcuts[] = {
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
{ TERMMOD, XK_Prior, zoom, {.f = +1} },
{ TERMMOD, XK_Next, zoom, {.f = -1} },
{ TERMMOD, XK_K, zoom, {.f = +1} },
{ TERMMOD, XK_J, zoom, {.f = -1} },
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
{ TERMMOD, XK_V, clippaste, {.i = 0} },