From 374356f4acaf446bcf1d7a7bb80cf8e8f6fffcc4 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Mon, 29 Mar 2021 08:46:09 +0530 Subject: [PATCH] live-reload xresources demo --- README.md | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0dfee8d9bee6ce29613a5d74b655801457283459..58845d84046fb0f9dd94f75ed87e928ee63da66d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # st (Simple Terminal) + My custom terminal build based on (lukesmith's with some additional patches like newterm , rightclick paste , desktop entry ,sixel, live-reload , anygeometry and sane keybinds) (is functional enough and complete for a terminal). -## Patches: +## Patches: + - Ligatures - Clipboard - Alpha(Transparency) @@ -9,34 +11,40 @@ My custom terminal build based on (lukesmith's with some additional patches like - w3m - font2 - right click paste -- st desktop entry -- newterm +- st desktop entry +- newterm - anysize -- anygeometry +- anygeometry - live reload ( change colors/fonts on the fly ) -and more... -
+ and more... +
## How to apply Xresources and live-reload ? ``` - make an alias for this command + make an alias for this command alias load="kill -USR1 $(pidof st)" xrdb merge Xresourcesfile && load ``` +## Xresources live-reload + +

+ DON'T SKIP THE README, if you want to have a similar setup / know default keybinds.

## Dependencies :
`libXft-devel libX11-devel harfbuzz-devel libXext-devel libXrender-devel libXinerama-devel ( on void linux , these are probably already installed on your system if you use arch based or debian I think)` -## Install
+## Install
+ `cd st & make && sudo make install `
-## Keybindings
+## Keybindings
+
 ctrl + shift + c        Copy  
ctrl + shift + v Paste
@@ -53,20 +61,21 @@ alt + k scroll down alt + j scroll up
+ you can change all of these in config.h -
+
## Themes/Fonts used + ls-icons: https://github.com/Yash-Handa/logo-ls
Xresources: onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.
-Font: JetbrainsMono Nerd Font + material design icon fonts +Font: JetbrainsMono Nerd Font + material design icon fonts +a lil video demo to show zoom/alpha changing via keybinds -a lil video demo to show zoom/alpha changing via keybinds +## Screenshots: -## Screenshots: -

+







-