From b59079b0da2187d1c03f1fa04259bdfbb7faab8b Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 24 Dec 2019 01:10:47 -0700 Subject: hidpi support --- xorg/.Xresources | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xorg/.Xresources b/xorg/.Xresources index 30ec200..408f960 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,5 +1,11 @@ Xcursor.size: 16 -Xft.dpi: 96 +! Xft.dpi: 96 +Xft.dpi: 192 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb ! Ctrl+Shift+C and Ctrl+Shift+V for Copy and Paste (using CLIPBOARD) xterm*VT100.Translations: #override Ctrl Shift V: insert-selection(CLIPBOARD) \n Ctrl Shift C: copy-selection(CLIPBOARD) @@ -8,7 +14,7 @@ xterm*VT100.Translations: #override Ctrl Shift V: insert-selection(CLIPBOAR !!!!!!!!! ! URXVT ! !!!!!!!!! -URxvt.font: xft:Inconsolata:style=Regular:pixelsize=13 +URxvt.font: xft:Inconsolata:style=Regular:size=8 ! do not scroll with output URxvt*scrollTtyOutput: false ! scroll in relation to buffer (with mouse scroll or Shift+Page Up) -- cgit v1.2.1 From e867daaa7d279fcee7ad8f401f91cd8964f503e2 Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 26 Dec 2019 13:49:48 -0700 Subject: allow cursor to be scaled --- xorg/.Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/.Xresources b/xorg/.Xresources index 408f960..e0be45a 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,4 +1,4 @@ -Xcursor.size: 16 +! Xcursor.size: 16 ! Xft.dpi: 96 Xft.dpi: 192 Xft.lcdfilter: lcddefault -- cgit v1.2.1 From 2f6e43111381a218f484623084c6c4c5970ae186 Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 26 Dec 2019 13:50:01 -0700 Subject: display systray on primary monitor --- i3/.config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index f01b121..c0a81d6 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -157,6 +157,7 @@ bindsym $mod+r mode "resize" # finds out, if available) bar { status_command i3status + tray_output primary } for_window [class="^jetbrains-.+"][window_type=dialog] focus -- cgit v1.2.1 From 7d2e4344ba4812eeebb7f4fe85b3f4774ea21da3 Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 26 Dec 2019 13:50:33 -0700 Subject: fix directory color in terminals --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 2cc4ef1..84311f7 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -141,6 +141,8 @@ PROMPT='[%{$fg_bold[white]%}%n%{$reset_color%}@%{$fg_bold[red]%}%m%{$reset_color # Configure git prompt colors # https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git-prompt/git-prompt.plugin.zsh#L76 ZSH_THEME_GIT_PROMPT_CHANGED="%{$fg[cyan]%}%{✚%G%}" # default is blue and hard to see +LS_COLORS='rs=0:di=38;5;32:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'; + [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -- cgit v1.2.1