diff options
Diffstat (limited to 'config/X11')
-rw-r--r-- | config/X11/xprofile | 32 | ||||
-rw-r--r-- | config/X11/xresources | 97 |
2 files changed, 0 insertions, 129 deletions
diff --git a/config/X11/xprofile b/config/X11/xprofile deleted file mode 100644 index 058f55b..0000000 --- a/config/X11/xprofile +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh -. $HOME/etc/shrc -# set caps to escape when pressed and super when held -# also sets dvorak programmer layout -kbsetup -## detect if laptop has other display connected, kills builtin if so -#[ $(xrandr -q|grep -cE '^(DP|VGA|HDMI)-[[:digit:]] connected') -gt 0 ] && monitor -# disables the beeper -xset b off -# enables x colorscheme -xrdb -load $HOME_ETC/X11/xresources - -# set background -xbg & -# notification daemon -# setup xnotify -export XNOTIFY_FIFO="$HOME_CACHE/xnotify$DISPLAY.fifo" -rm -f $XNOTIFY_FIFO -mkfifo $XNOTIFY_FIFO -xnotify 0<>$XNOTIFY_FIFO & -# start tiramisu -tiramisu -j | jq --raw-output --unbuffered '.summary + "\t" + .body' > $XNOTIFY_FIFO & -# status bar -bar.sh & -# mouse vanishes when typing -xbanish & -# activate mpd scrobbler -mpdas -c $HOME_ETC/mpdasrc & -# remind user of important tasks -bother & -# cleanup tabbed -rm $HOME_CACHE/catgirl/tabbed-catgirl.xid diff --git a/config/X11/xresources b/config/X11/xresources deleted file mode 100644 index e7a69b2..0000000 --- a/config/X11/xresources +++ /dev/null @@ -1,97 +0,0 @@ -! X colors. -#define bg #14130e -#define fg #b7a980 -#define sel #a34110 -#define curs #72694f -#define bold #CCBC8E - -#define black #161510 -#define red #a32810 -#define green #727a18 -#define brown #a37720 -#define blue #3d6266 -#define purp #7a4955 -#define cyan #557a55 -#define ligrey #8e8463 - -#define dagrey #4c4635 -#define lired #cc3214 -#define ligreen #8e991e -#define yellow #cc9528 -#define liblue #4c7b7f -#define lipurp #995b6b -#define licyan #6b996b -#define white #ccbc8e - - -! X colors. -*foreground: fg -*background: bg - -! Colors 0-15. -*color0: black -*color1: red -*color2: green -*color3: brown -*color4: blue -*color5: purp -*color6: cyan -*color7: ligrey -*color8: dagrey -*color9: lired -*color10: ligreen -*color11: yellow -*color12: liblue -*color13: lipurp -*color14: licyan -*color15: white -*color66: black - -! XTerm config. -xterm*termName: xterm-16color -xterm*metaSendsEscape: true -xterm*font: -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1 -xterm*faceName: Hermit:style=regular:size=10 -xterm*cursorColor: curs -xterm*boldMode: false -xterm*colorBD: bold -xterm*colorBDMode: true -xterm*highlightColorMode: true -xterm*highlightReverse: false -xterm*highlightColor: sel -xterm*scrollBar: false -xterm*dynamicColors: false -xterm*vt100.Translations: #override \ - Alt Shift <Key>L: exec-selectable("fl %r",page) \n\ - Alt Shift <Key>Y: insert-selection(PRIMARY) \n\ - Alt Shift <Key>V: insert-selection(CLIPBOARD) \n\ - Alt Shift <Key>C: copy-selection(CLIPBOARD) \n\ - Alt <Key> K: scroll-back(1,line) \n\ - Alt <Key> J: scroll-forw(1,line) \n\ - Alt <Key> U: scroll-back(1,halfpage) \n\ - Alt <Key> D: scroll-forw(1,halfpage) \n -xterm*allowMouseOps: false - -! Xclock colors. -XClock*majorColor: rgba:cc/bc/8e/ff -XClock*minorColor: rgba:cc/bc/8e/ff -XClock*hourColor: rgba:cc/bc/8e/ff -XClock*minuteColor: rgba:cc/bc/8e/ff -XClock*secondColor: rgba:cc/bc/8e/ff - -! sxiv -Sxiv*font: Cozette:style=Medium:pixelsize=11 -Sxiv*background: bg -Sxiv*foreground: fg - -! xlock settings -XLock.mode: random -XLock.font: -*-terminus-medium-r-*--12-*-*-*-*-*-iso10646-1 - -! xnotify settings -xnotify.title.font: Hermit:style=bold:size=10 -xnotify.body.font: Hermit:style=regular:size=10 -xnotify.border: ligreen -xnotify.geometry: -10+23 -xnotify.gravity: NE -xnotify.alignment: right |