(XServer)+font scaling to Xresources

This commit is contained in:
2024-08-19 16:32:34 +01:00
parent b094a88067
commit 175d1bd2ea
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
*.font: Source Code Pro:pixelsize=15:antialias=true *.font: Source Code Pro:pixelsize=15:antialias=true
*.alpha: 0.9 *.alpha: 0.9
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintfull
Xft.dpi: 144
/* !! solarized */ /* !! solarized */
/* *.color0: #073642 */ /* *.color0: #073642 */
/* *.color1: #dc322f */ /* *.color1: #dc322f */

View File

@@ -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-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" 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 # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'