Change fonts little bit
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
URxvt*termName: xterm-256color
|
URxvt*termName: xterm-256color
|
||||||
! URxvt*foreground: #F5FAFC
|
! URxvt*foreground: #F5FAFC
|
||||||
! URxvt*background: #1C1F22
|
! URxvt*background: #1C1F22
|
||||||
URxvt*font: xft:Terminus:size=10:antialias=false
|
URxvt*font: xft:xos4\ Terminus:size=12:antialias=false
|
||||||
|
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
! URxvt*geometry: 167x54
|
! URxvt*geometry: 167x54
|
||||||
|
|
||||||
@@ -44,6 +45,6 @@ Xft*dpi: 96
|
|||||||
Xft*antialias: true
|
Xft*antialias: true
|
||||||
|
|
||||||
xterm*termName: xterm-256color
|
xterm*termName: xterm-256color
|
||||||
xterm*faceName: xft:Terminus:size=10:antialias=false
|
xterm*faceName: xft:xos4\ Terminus:size=12:antialias=false
|
||||||
|
|
||||||
#include ".Xresources.d/solarized"
|
#include ".Xresources.d/solarized"
|
||||||
|
|||||||
@@ -9,12 +9,11 @@ de.defstyle("*", {
|
|||||||
highlight_colour = "black",
|
highlight_colour = "black",
|
||||||
background_colour = "#222222",
|
background_colour = "#222222",
|
||||||
foreground_colour = "#9f9f9f",
|
foreground_colour = "#9f9f9f",
|
||||||
padding_pixels = 1,
|
padding_pixels = 0,
|
||||||
highlight_pixels = 0,
|
highlight_pixels = 0,
|
||||||
shadow_pixels = 0,
|
shadow_pixels = 0,
|
||||||
border_style = "elevated",
|
border_style = "elevated",
|
||||||
font = "-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*",
|
font = "-*-Fixedsys Excelsior-regular-r-*-*-14-*-*-*-*-*-*",
|
||||||
-- font = "-*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*",
|
|
||||||
text_align = "center",
|
text_align = "center",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ Style/Documentation:
|
|||||||
# method_call(a,
|
# method_call(a,
|
||||||
# b)
|
# b)
|
||||||
#
|
#
|
||||||
Style/AlignParameters:
|
Layout/AlignParameters:
|
||||||
EnforcedStyle: with_fixed_indentation
|
EnforcedStyle: with_fixed_indentation
|
||||||
|
|
||||||
Style/BlockDelimiters:
|
Style/BlockDelimiters:
|
||||||
@@ -93,10 +93,10 @@ Style/NumericLiterals:
|
|||||||
Style/LambdaCall:
|
Style/LambdaCall:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Style/MultilineMethodCallIndentation:
|
Layout/MultilineMethodCallIndentation:
|
||||||
EnforcedStyle: indented
|
EnforcedStyle: indented
|
||||||
|
|
||||||
Style/MultilineOperationIndentation:
|
Layout/MultilineOperationIndentation:
|
||||||
EnforcedStyle: indented
|
EnforcedStyle: indented
|
||||||
|
|
||||||
Style/NumericPredicate:
|
Style/NumericPredicate:
|
||||||
|
|||||||
3
.xinitrc
3
.xinitrc
@@ -3,6 +3,9 @@
|
|||||||
BROWSER=chromium
|
BROWSER=chromium
|
||||||
XTERM=urxvt
|
XTERM=urxvt
|
||||||
|
|
||||||
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
unset QT_STYLE_OVERRIDE
|
||||||
|
|
||||||
# TrackPoint+Middleclick scroll
|
# TrackPoint+Middleclick scroll
|
||||||
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
|
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
|
||||||
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2
|
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2
|
||||||
|
|||||||
Reference in New Issue
Block a user