diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-11 12:38:20 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-11 12:38:20 +0900 |
| commit | 38ba8744e6b94caf6d27fb74e9172d9ab166d879 (patch) | |
| tree | 42d31b4aceac0569b6d05448794e46da4cdab536 | |
| parent | b744ff29d9dc60920ff987c584edd5a77f579f14 (diff) | |
modified st/config.def.h
| -rw-r--r-- | st/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.def.h b/st/config.def.h index 8edba7e..812367d 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -348,7 +348,7 @@ static Shortcut shortcuts[] = { { ALTKEY, XK_o, externalpipe, {.v = openurlcmd } }, // PRINTERS - { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, + { ALTKEY, XK_Print, printsel, {.i = 0} }, { ShiftMask, XK_Print, printscreen, {.i = 0} }, { ControlMask, XK_Print, toggleprinter, {.i = 0} }, |
