mirror of
https://github.com/theKapcioszek/dotfiles-i3.git
synced 2025-04-06 23:04:07 +02:00
Update st-config.h
This commit is contained in:
parent
80dd3b44c1
commit
588c77bac8
@ -252,8 +252,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_Up, zoom, {.f = +1} },
|
||||
{ TERMMOD, XK_Down, zoom, {.f = -1} },
|
||||
{ ShiftMask, XK_Up, zoom, {.f = +1} },
|
||||
{ ShiftMask, XK_Down, zoom, {.f = -1} },
|
||||
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
||||
{ ControlMask|ShiftMask, XK_C, clipcopy, {.i = 0} },
|
||||
{ ControlMask|ShiftMask, XK_V, clippaste, {.i = 0} },
|
||||
@ -531,4 +531,3 @@ static char ascii_printable[] =
|
||||
" !\"#$%&'()*+,-./0123456789:;<=>?"
|
||||
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
|
||||
"`abcdefghijklmnopqrstuvwxyz{|}~";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user