mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-03-25 07:22:54 +01:00
changed dpi for yoga3
This commit is contained in:
119
.Xresources##h.yoga3
Normal file
119
.Xresources##h.yoga3
Normal file
@@ -0,0 +1,119 @@
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
! Colors
|
||||
!
|
||||
*.background: #2e3440
|
||||
*.foreground: #eceff4
|
||||
!
|
||||
!! Terminal Colors
|
||||
!
|
||||
*.cursorColor: #eceff4
|
||||
!
|
||||
! Black
|
||||
*.color0: #3b4252
|
||||
*.color8: #3b4252
|
||||
!
|
||||
! Red
|
||||
*.color1: #bf616a
|
||||
*.color9: #bf616a
|
||||
!
|
||||
! Green
|
||||
*.color2: #a3be8c
|
||||
*.color10: #a3be8c
|
||||
!
|
||||
! Yellow
|
||||
*.color3: #ebcb8b
|
||||
*.color11: #ebcb8b
|
||||
!
|
||||
! Blue
|
||||
*.color4: #81a1c1
|
||||
*.color12: #81a1c1
|
||||
!
|
||||
! Magenta
|
||||
*.color5: #b48ead
|
||||
*.color13: #b48ead
|
||||
!
|
||||
! Cyan
|
||||
*.color6: #88c0d0
|
||||
*.color14: #88c0d0
|
||||
!
|
||||
! White
|
||||
*.color7: #eceff4
|
||||
*.color15: #eceff4
|
||||
!
|
||||
!! i3 Colors
|
||||
!
|
||||
*.i3_urgent: #88c0d0
|
||||
*.i3_focused: #5e81ac
|
||||
*.i3_unfocused: #434c5e
|
||||
*.i3_indicator: #4c566a
|
||||
!
|
||||
!! Polybar Colors
|
||||
!
|
||||
*.highlight: #81a1c1
|
||||
!
|
||||
!! Rofi Colors
|
||||
!
|
||||
*.rofi_border: #434c5e
|
||||
*.rofi_fgdim: #d8dee9
|
||||
*.rofi_selected: #4c566a
|
||||
!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
! XFT
|
||||
!
|
||||
Xft.dpi: 120
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hintstyle: hintfull
|
||||
Xft.autohint: true
|
||||
Xft.lcdfilter: lcddefault
|
||||
!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
! URxvt
|
||||
!
|
||||
URxvt*foreground: grey
|
||||
!
|
||||
URxvt*depth: 32
|
||||
URxvt*background: [90]#171717
|
||||
URxvt*scrollBar: false
|
||||
URxvt*mouseWheelScrollPage: false
|
||||
URxvt*cursorBlink: false
|
||||
URxvt*saveLines: 5000
|
||||
!
|
||||
URxvt.iso14755: false
|
||||
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
||||
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
||||
!Xterm escape codes, word by word movement
|
||||
URxvt.keysym.Control-Left: \033[1;5D
|
||||
URxvt.keysym.Shift-Control-Left: \033[1;6D
|
||||
URxvt.keysym.Control-Right: \033[1;5C
|
||||
URxvt.keysym.Shift-Control-Right: \033[1;6C
|
||||
URxvt.keysym.Control-Up: \033[1;5A
|
||||
URxvt.keysym.Shift-Control-Up: \033[1;6A
|
||||
URxvt.keysym.Control-Down: \033[1;5B
|
||||
URxvt.keysym.Shift-Control-Down: \033[1;6B
|
||||
!
|
||||
URxvt*font: xft:Hack Nerd Font Mono:antialias=true
|
||||
URxvt*boldFont: xft:Hack Nerd Font Mono:style=bold:antialias=true
|
||||
!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
! Misc.
|
||||
!
|
||||
*fading: 8
|
||||
*fadeColor: black
|
||||
*pointerColorBackground: #2B2C2B
|
||||
*pointerColorForeground: #16A085
|
||||
!
|
||||
Xcursor.theme: xcursor-breeze-snow
|
||||
Xcursor.size: 0
|
||||
!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
Reference in New Issue
Block a user