initial commit
This commit is contained in:
commit
23d4795228
99 changed files with 6691 additions and 0 deletions
16
config/X11/xinitrc
Normal file
16
config/X11/xinitrc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||
[ -x "$f" ] && . "$f"
|
||||
done
|
||||
unset f
|
||||
fi
|
||||
|
||||
x setup
|
||||
x mon
|
||||
x bg ~/img/wp/one/progress.jpg ~/img/wp/one/lilies.jpg
|
||||
setxkbmap -layout us -variant colemak &
|
||||
pgrep -u "$USER" -f clipmenud >/dev/null || clipmenud &
|
||||
# dwmblocks &
|
||||
# dwm
|
||||
spectrwm
|
||||
7
config/X11/xmodmap
Normal file
7
config/X11/xmodmap
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
remove Control = Control_R
|
||||
add mod3 = Control_R
|
||||
remove mod1 = Alt_R
|
||||
add mod2 = Alt_R
|
||||
|
||||
remove Shift = Shift_R
|
||||
remove Mod4 = Super_L
|
||||
32
config/X11/xresources.gruvbox
Normal file
32
config/X11/xresources.gruvbox
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Xcursor.theme: Adwaita
|
||||
Xcursor.size: 32
|
||||
|
||||
Xft.dpi: 103
|
||||
|
||||
*background: #1d2021
|
||||
*foreground: #d4be98
|
||||
|
||||
! Black + DarkGrey
|
||||
*color0: #32302f
|
||||
*color8: #32302f
|
||||
! DarkRed + Red
|
||||
*color1: #ea6962
|
||||
*color9: #ea6962
|
||||
! DarkGreen + Green
|
||||
*color2: #a9b665
|
||||
*color10: #a9b665
|
||||
! DarkYellow + Yellow
|
||||
*color3: #d8a657
|
||||
*color11: #d8a657
|
||||
! DarkBlue + Blue
|
||||
*color4: #7daea3
|
||||
*color12: #7daea3
|
||||
! DarkMagenta + Magenta
|
||||
*color5: #d3869b
|
||||
*color13: #d3869b
|
||||
! DarkCyan + Cyan
|
||||
*color6: #89b482
|
||||
*color14: #89b482
|
||||
! LightGrey + White
|
||||
*color7: #d4be98
|
||||
*color15: #d4be98
|
||||
26
config/X11/xresources.light
Normal file
26
config/X11/xresources.light
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Xcursor.theme: Adwaita
|
||||
Xcursor.size: 32
|
||||
|
||||
Xft.dpi: 103
|
||||
|
||||
*background: #ffffff
|
||||
*foreground: #000000
|
||||
|
||||
*color0: #000000
|
||||
*color1: #b22222
|
||||
*color2: #228222
|
||||
*color3: #b8860b
|
||||
*color4: #27408b
|
||||
*color5: #8b008b
|
||||
*color6: #00bfff
|
||||
*color7: #ffffff
|
||||
|
||||
! 8 Bright Colors
|
||||
*color8: #555555
|
||||
*color9: #ff0000
|
||||
*color10: #00ff00
|
||||
*color11: #ffa500
|
||||
*color12: #0000ff
|
||||
*color13: #ff00ff
|
||||
*color14: #00ffff
|
||||
*color15: #ffffff
|
||||
Loading…
Add table
Add a link
Reference in a new issue