Configure for .stowrc
This commit is contained in:
parent
e58bb4c0a0
commit
1091129506
132 changed files with 4 additions and 18 deletions
81
slackware/home/x/.Xresources
Normal file
81
slackware/home/x/.Xresources
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
|
||||
!! URxvt Appearance
|
||||
|
||||
|
||||
|
||||
!URxvt.font: xft:BitstreamVeraSansMono:antialias=true:pixelsize=14
|
||||
/* *.font: ttf:DejaVuSansMono:pixelsize=14, xft:symbola:pixelsize=14, xft:Kochi Gothic:antialias=false, ttf:NotoColorEmoji *1/ */
|
||||
/* *.font: ttf:Liberation Mono:pixelsize=14 */
|
||||
*.font:BitstreamVeraSansMono:pixelsize=14:antialias=true:autohint=true;
|
||||
/* URxvt.letterSpace: 0 */
|
||||
/* URxvt.lineSpace: 0 */
|
||||
/* URxvt.geometry: 92x24 */
|
||||
/* URxvt.internalBorder:8 */
|
||||
/* URxvt.cursorBlink: true */
|
||||
/* URxvt.cursorUnderline: false */
|
||||
/* URxvt.saveline: 2048 */
|
||||
/* URxvt.scrollBar: false */
|
||||
/* URxvt.scrollBar_right: false */
|
||||
/* URxvt.urgentOnBell: true */
|
||||
/* URxvt.depth: 24 */
|
||||
/* URxvt.iso14755: false */
|
||||
|
||||
!! Fake Transparency
|
||||
/* URxvt.transparent: true */
|
||||
/* URxvt.shading: 15 */
|
||||
|
||||
!! Real Transparency
|
||||
!URxvt.depth: 32
|
||||
!URxvt.background: rgba:0000/0000/0200/c800
|
||||
|
||||
|
||||
!! DZEN2
|
||||
!
|
||||
|
||||
/* start flavours */
|
||||
! Base16 OceanicNext
|
||||
! Scheme: https://github.com/voronianski/oceanic-next-color-scheme
|
||||
|
||||
#define base00 #1B2B34
|
||||
#define base01 #343D46
|
||||
#define base02 #4F5B66
|
||||
#define base03 #65737E
|
||||
#define base04 #A7ADBA
|
||||
#define base05 #C0C5CE
|
||||
#define base06 #CDD3DE
|
||||
#define base07 #D8DEE9
|
||||
#define base08 #EC5f67
|
||||
#define base09 #F99157
|
||||
#define base0A #FAC863
|
||||
#define base0B #99C794
|
||||
#define base0C #5FB3B3
|
||||
#define base0D #6699CC
|
||||
#define base0E #C594C5
|
||||
#define base0F #AB7967
|
||||
|
||||
*foreground: base05
|
||||
#ifdef background_opacity
|
||||
*background: [background_opacity]base00
|
||||
#else
|
||||
*background: base00
|
||||
#endif
|
||||
*cursorColor: base05
|
||||
|
||||
*color0: base00
|
||||
*color1: base08
|
||||
*color2: base0B
|
||||
*color3: base0A
|
||||
*color4: base0D
|
||||
*color5: base0E
|
||||
*color6: base0C
|
||||
*color7: base05
|
||||
|
||||
*color8: base03
|
||||
*color9: base09
|
||||
*color10: base01
|
||||
*color11: base02
|
||||
*color12: base04
|
||||
*color13: base06
|
||||
*color14: base0F
|
||||
*color15: base07
|
||||
/* end flavours */
|
||||
13
slackware/home/x/.inputrc
Normal file
13
slackware/home/x/.inputrc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
$include /etc/inputrc
|
||||
|
||||
set editing-mode vi # if you're a fan of VI-style editors
|
||||
set visible-stats on
|
||||
set colored-stats on
|
||||
set show-all-if-ambiguous on
|
||||
set completion-ignore-case on
|
||||
set colored-completion-prefix on
|
||||
set completion-prefix-display-length 1
|
||||
set menu-complete-display-prefix on
|
||||
tab: menu-complete
|
||||
"\e\t": menu-complete-backward
|
||||
"\e[Z": menu-complete-backward
|
||||
15
slackware/home/x/.xinitrc
Normal file
15
slackware/home/x/.xinitrc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#picom &
|
||||
|
||||
#.screenlayout/desktop_ultrawide.sh
|
||||
xss-lock i3lock-fancy &
|
||||
ntpdate pool.ntp.org
|
||||
xrdb .Xresources &
|
||||
feh --bg-fill ~/images/wallpapers/cliffface.jpg &
|
||||
#base16-oceanicnext
|
||||
#exec i3
|
||||
#mpd &
|
||||
pulseaudio &
|
||||
#pipewire &
|
||||
#pipewire-pulse &
|
||||
setxkbmap -option caps:ctrl_modifier &
|
||||
exec bspwm
|
||||
Loading…
Add table
Add a link
Reference in a new issue