From 32fe8be56bf133d2e36376edbd80fe7ec3c7bba5 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sun, 28 Mar 2021 17:52:52 +0530 Subject: [PATCH] live reload xresources instructions --- README.md | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5415b4591d235d7ae1c28e509837a569c5c437b6..e13b38e751944d5eac7b87169d8c3053b5d1854c 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,23 @@ My custom terminal build based on (lukesmith's with some additional patches like - live reload ( change colors/fonts on the fly ) and more...
+ +## How to apply Xresources and live-reload + +``` + - make an alias for this command + +alias load="kill -USR1 $(pidof st)" + +xrdb merge Xresourcesfile && load + +``` 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` -## Screenshots: -

-

-

-

+`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
`cd st & make && sudo make install `
@@ -52,9 +59,15 @@ you can change all of these in config.h ## Themes/Fonts used ls-icons: https://github.com/Yash-Handa/logo-ls
-Fresources: onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.
+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 a lil video demo to show zoom/alpha changing via keybinds +## Screenshots: +

+

+

+

+