aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 8beace6..c770016 100644
--- a/.zshrc
+++ b/.zshrc
@@ -16,10 +16,12 @@ compinit -D
# ueberzug
source "`ueberzug library`"
+# fontpreview
+export FONTPREVIEW_BG_COLOR=$(xrdb -query | grep background | cut -f2)
+export FONTPREVIEW_FG_COLOR=$(xrdb -query | grep foreground | cut -f2)
+
# aliases
-alias wacom="xsetwacom set $(xsetwacom list devices | grep stylus | grep -oP --color=never "(?<=id\:\s)([0-9]*)") area 0 0 15200 4275"
alias reload="sudo systemctl restart lightdm"
-alias rwall="feh --bg-fill -z ~/.local/walls"
alias cls="clear"
alias timesync="sudo ntpd -qg && sudo hwclock --systohc"
alias vim="nvim"