From 7f5b2502ff8bec3bc28d3486c190cfa5e7e8686e Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 7 Sep 2021 22:36:25 +0200 Subject: [PATCH] disable gtk theme, remove rg alias, decr font --- files/.profile | 6 +++--- files/.zshrc | 4 ---- files/init.el | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/files/.profile b/files/.profile index 9c1a718..2811c8e 100755 --- a/files/.profile +++ b/files/.profile @@ -25,6 +25,6 @@ export XMODIFIERS='@im=fcitx' export WINIT_UNIX_BACKEND=x11 # gtk and qt theme - requires https://github.com/hargonix/Pop-gruvbox/ in ~/.themes -export GTK2_RC_FILES="$HOME/.gtkrc-2.0" -export GTK_THEME=Pop-gruvbox:light -export QT_QPA_PLATFORMTHEME="gtk2" +#export GTK2_RC_FILES="$HOME/.gtkrc-2.0" +#export GTK_THEME=Pop-gruvbox:light +#export QT_QPA_PLATFORMTHEME="gtk2" diff --git a/files/.zshrc b/files/.zshrc index 75547be..dba59c9 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -44,10 +44,6 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} " zstyle ':vcs_info:git:*' formats '|%b ' # ============================== Aliases -if command -v rg &> /dev/null; then - alias grep="rg" -fi - alias c='clear' alias l='ls -lFh' #size,show type,human readable diff --git a/files/init.el b/files/init.el index 7ed5955..6e229a1 100644 --- a/files/init.el +++ b/files/init.el @@ -63,7 +63,7 @@ ;; Font ; default font -(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 110) +(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 90) (set-fontset-font t 'unicode "Source Code Pro" nil 'prepend) (set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)