From 175d1bd2ea3a4c59433e3200ebe4e5abe6ea64e0 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 19 Aug 2024 16:32:34 +0100 Subject: (XServer)+font scaling to Xresources --- XServer/.Xresources | 5 +++++ tmux/.tmux.conf | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/XServer/.Xresources b/XServer/.Xresources index 6d5e344..f731a40 100644 --- a/XServer/.Xresources +++ b/XServer/.Xresources @@ -1,5 +1,10 @@ *.font: Source Code Pro:pixelsize=15:antialias=true *.alpha: 0.9 +Xft.antialias: true +Xft.hinting: true +Xft.rgba: rgb +Xft.hintstyle: hintfull +Xft.dpi: 144 /* !! solarized */ /* *.color0: #073642 */ /* *.color1: #dc322f */ diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 874b972..d212243 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -12,7 +12,6 @@ bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq v bind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-k) || tmux select-pane -U" bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-l) || tmux select-pane -R" - # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -- cgit v1.2.3-13-gbd6f