wip / i3wm ➔ hyprland
and, several clean-ups at the same time
This commit is contained in:
83
obsolete/dots/xorg/.Xresources
Normal file
83
obsolete/dots/xorg/.Xresources
Normal file
@@ -0,0 +1,83 @@
|
||||
! Cursor
|
||||
! https://wiki.archlinux.org/title/Cursor_themes
|
||||
|
||||
Xcursor.theme: Qogir-dark
|
||||
Xcursor.size: 10
|
||||
|
||||
! https://www.reddit.com/r/i3wm/comments/fq67lc/how_can_i_increase_the_font_size_of_applications/
|
||||
! https://bbs.archlinux.org/viewtopic.php?id=271129
|
||||
! https://dpi.lv/#32%E2%80%B3
|
||||
|
||||
Xft.dpi: 80
|
||||
|
||||
! misc
|
||||
! https://wiki.archlinux.org/title/X_resources
|
||||
! https://github.com/fabi1cazenave/dotFiles/blob/master/Xresources
|
||||
|
||||
! size matters
|
||||
*saveLines : 32767
|
||||
|
||||
! anti-aliasing
|
||||
Xft*antialias : true
|
||||
Xft*hinting : 1
|
||||
|
||||
!| XTerm >> all VTE-based terminals <<<
|
||||
!|=============================================================================
|
||||
|
||||
! preferred fonts: Inconsolata, Monaco, Monospace, Terminal, Terminus, Ubuntu…
|
||||
XTerm*renderFont : true
|
||||
XTerm*faceSize : 7
|
||||
XTerm*faceName : Monospace
|
||||
|
||||
! let’s be 8bit-clean
|
||||
XTerm*utf8 : 1
|
||||
XTerm*eightBitInput : false
|
||||
XTerm*eightBitControl : false
|
||||
XTerm*eightBitOutput : true
|
||||
|
||||
! disable fullscreen on <Alt-Return>
|
||||
XTerm*fullscreen : never
|
||||
XTerm*omitTranslation : fullscreen
|
||||
|
||||
! !| Kalahari color theme <<<
|
||||
! !|=============================================================================
|
||||
!
|
||||
! *fading : 40
|
||||
! *fadeColor : #002233
|
||||
! *cursorColor : #aa2222
|
||||
! *background : #222222
|
||||
! *foreground : #eeeedd
|
||||
! !*pointerColorForeground: #93a1a1
|
||||
! !*pointerColorBackground: #586e75
|
||||
!
|
||||
! ! 0: black
|
||||
! *color0 : #000000
|
||||
! *color8 : #666666
|
||||
!
|
||||
! ! 1: red
|
||||
! *color1 : #cc7777
|
||||
! *color9 : #cf6171
|
||||
!
|
||||
! ! 2: green
|
||||
! *color2 : #00cd00
|
||||
! *color10 : #c5f779
|
||||
!
|
||||
! ! 3: yellow
|
||||
! *color3 : #ffbb66
|
||||
! *color11 : #fff796
|
||||
!
|
||||
! ! 4: blue
|
||||
! *color4 : #22aa99
|
||||
! *color12 : #bbbbff
|
||||
!
|
||||
! ! 5: magenta
|
||||
! *color5 : #ff66cc
|
||||
! *color13 : #f935f9
|
||||
!
|
||||
! ! 6: cyan
|
||||
! *color6 : #88bbbb
|
||||
! *color14 : #14f0f0
|
||||
!
|
||||
! ! 7: white
|
||||
! *color7 : #eeeedd
|
||||
! *color15 : #ffffee
|
||||
Reference in New Issue
Block a user