Skip to content

Instantly share code, notes, and snippets.

@Ferenc-
Last active May 9, 2017 11:20
Show Gist options
  • Save Ferenc-/6453e4ea55a9c9a85df47e24df3d7a5a to your computer and use it in GitHub Desktop.
Save Ferenc-/6453e4ea55a9c9a85df47e24df3d7a5a to your computer and use it in GitHub Desktop.
ST config.def.h
diff --git a/config.def.h b/config.def.h
index 877afab..83aff45 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,8 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
-int borderpx = 2;
+char font[] = "Source Code Pro for Powerline:pixelsize=14:antialias=true:autohint=true:style=Bold";
+int borderpx = 4;
/*
* What program is execed by st depends of these precedence rules:
@@ -175,6 +175,7 @@ Shortcut shortcuts[] = {
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
{ TERMMOD, XK_V, clippaste, {.i = 0} },
+ { ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ TERMMOD, XK_I, iso14755, {.i = 0} },
@Ferenc-
Copy link
Author

Ferenc- commented May 9, 2017

Revision 2 brings back the good old Shift + Insert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment