From ce10925ef50a1775604d406e7263ba06f62a89ee Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:55:02 +0300 Subject: Making use of new utils. Changes to be committed: modified: keybinds modified: zsh/aliases modified: zsh/env --- keybinds | 13 +++++++++---- zsh/aliases | 2 ++ zsh/env | 10 ++++++++-- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/keybinds b/keybinds index e8e2f56..531560a 100644 --- a/keybinds +++ b/keybinds @@ -1,4 +1,4 @@ -# screenkey for Typing +# Screenkey for Typing alt + t screenkey -s small -t 1 -f inconsolata --opacity 0.7 @@ -6,9 +6,9 @@ alt + t alt + shift + t pkill screenkey -# xshot and clip for Screenshots +# Screen Shots -alt + control + Print +control + Print xshot full alt + Print @@ -20,7 +20,7 @@ alt + control + s alt + shift + s clip area -# xshot for Recordings +# Screen Recordings alt + shift + r xrec start @@ -28,6 +28,11 @@ alt + shift + r alt + shift + e xrec stop +# X11 Color Picker + +alt + c + color-picker + # xsecurelock alt + shift + BackSpace diff --git a/zsh/aliases b/zsh/aliases index df353e8..1e0b1df 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -16,6 +16,8 @@ alias am='alsamixer --card 0' alias x='cd ~ ; startx' alias v='nvim' +alias fzf='sk' + # secure shells alias spi='ssh -X pi@192.168.0.130' diff --git a/zsh/env b/zsh/env index b40a815..413885d 100644 --- a/zsh/env +++ b/zsh/env @@ -4,8 +4,11 @@ ### apps to open stuff ### -export EDITOR=nvim -export BROWSER=brave +export EDITOR="nvim" +export BROWSER="brave" +export TERM="st" + +export BAT_THEME="base16" ### gpg ### export GPG_TTY=$(tty) @@ -40,6 +43,9 @@ export VKD3D_CONFIG=dxr,dxr11 #export PROTON_ENABLE_NGX_UPDATER=1 ### QT and GTK ### + +# export QT_QPA_PLATFORMTHEME=qt5ct + export GTK_THEME=Arc:dark export GTK2_RC_FILES=/usr/share/themes/Arc-Dark/gtk-2.0/gtkrc export QT_STYLE_OVERRIDE=adwaita-dark -- cgit v1.2.3