diff options
| -rw-r--r-- | .Xdefaults | 22 | ||||
| -rw-r--r-- | .xinitrc | 5 |
2 files changed, 27 insertions, 0 deletions
diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..5c8fca7 --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,22 @@ +*foreground: #c5c8c6 +*background: #1d1f21 +*cursorColor: #aeafad +*color0: #000000 +*color1: #912226 +*color2: #778900 +*color3: #ae7b00 +*color4: #1d2594 +*color5: #682a9b +*color6: #2b6651 +*color7: #929593 +*color8: #666666 +*color9: #cc6666 +*color10: #b5bd68 +*color11: #f0c674 +*color12: #81a2be +*color13: #b294bb +*color14: #8abeb7 +*color15: #ecebec + +urxvt*scrollBar: false + diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..7c2c7ac --- /dev/null +++ b/.xinitrc @@ -0,0 +1,5 @@ +xrdb ${HOME}/.Xdefaults +xset r rate 300 30 +setxkbmap -layout us,il -option grp:alt_shift_toggle +exec i3 + |
