commit 9d5c0135e8ae80771850af1bc3573fae6525ca2c
parent eb940d3eaab4e12e9b522dc8bd38d5f7d3db0aaa
Author: Ashymad <czilukim@o2.pl>
Date: Fri, 16 Mar 2018 10:34:08 +0100
Add Xresources (for xst)
Diffstat:
2 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/xorg/.Xresources b/xorg/.Xresources
@@ -0,0 +1,57 @@
+! These are all possible options, presented with default values.
+! xst will fallback to *.option if st.option is not present.
+! see src/config.h for more information about option meanings.
+
+! These options only take effect on startup.
+st.termname: st-256color
+
+! The following options options can be reloaded via USR1 signal.
+st.borderpx: 2
+! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions)
+st.cursorshape: 2
+! thickness of underline and bar cursors
+st.cursorthickness: 2
+! 0: normal blinking, 1: leave cursor border and blink with cursor`s background
+st.cursorblinkstyle: 0
+! 0: cursor blinks with a constant interval; 1: blinking cycle resets on key input
+st.cursorblinkontype: 1
+st.bold_font: 1
+st.xfps: 120
+st.actionfps: 30
+! Amount of lines scrolled with mouse
+st.scrollAmount: 5
+! Kerning / character bounding-box height multiplier
+st.chscale: 1.0
+! Kerning / character bounding-box width multiplier
+st.cwscale: 1.0
+! blinking timeout for terminal and cursor blinking (0 disables)
+st.blinktimeout: 800
+! bell volume. Value between -100 and 100. (0 disables)
+st.bellvolume: 100
+! this is a char that is exposed like so: `printf '\033[z'`
+st.prompt_char: $
+
+! opacity==255 means what terminal will be not transparent, 0 - fully transparent
+st.opacity: 255
+
+st.foreground: rgb:a8/a8/a8
+st.background: rgb:00/00/00
+st.color0: rgb:00/00/00
+st.color1: rgb:a8/00/00
+st.color2: rgb:00/a8/00
+st.color3: rgb:a8/54/00
+st.color4: rgb:00/00/a8
+st.color5: rgb:a8/00/a8
+st.color6: rgb:00/a8/a8
+st.color7: rgb:a8/a8/a8
+st.color8: rgb:54/54/54
+st.color9: rgb:fc/54/54
+st.color10: rgb:54/fc/54
+st.color11: rgb:fc/fc/54
+st.color12: rgb:54/54/fc
+st.color13: rgb:fc/54/fc
+st.color14: rgb:54/fc/fc
+st.color15: rgb:fc/fc/fc
+st.colorBD: rgb:fc/fc/fc
+st.font: Monofur Nerd Font:size=16:antialias=true;autohint=true;
+st.boldFont: Monofurbold Nerd Font:size=16:antialias=true;autohint=true;
diff --git a/xorg/.xprofile b/xorg/.xprofile
@@ -2,4 +2,5 @@
xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1
xrandr --dpi 96
+xrdb -merge ~/.Xresources
export QT_QPA_PLATFORMTHEME="qt5ct"