From c270db7379b7cda9c9b5d7c71a9944664aed97d1 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 12 Aug 2021 23:24:28 +0200 Subject: Remove alacritty, st ftw --- .config/x11/xprofile | 1 + .config/x11/xresources | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) (limited to '.config/x11') diff --git a/.config/x11/xprofile b/.config/x11/xprofile index d341451..6fdde7f 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -9,6 +9,7 @@ xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle xbanish & # Remove mouse when typing dwmblocks & # Status bar +xrdb xresources & echo $PATH > /tmp/path.dbg # This line autostart an instance of Pulseaudio that does not exit on idle. diff --git a/.config/x11/xresources b/.config/x11/xresources index 84b231b..fdd5701 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -3,3 +3,49 @@ /* */ /* !! Set a default font and font size as below: */ /* *.font: monospace:size=10 */ + +/* xterm*selectToClipboard: true */ +/* xterm*disallowedWindowOps: 20,21,SetXProp */ +/* *.font: Monospace:pixelsize=25:antialias=true:autohint=true; */ +/* *.fontalt0:Braille:pixelsize=24:antialias=true:autohint=true; */ +/* *.fontalt1:JoyPixels:pixelsize=24:antialias=true:autohint=true; */ + +! colors + +! special +*.foreground: #F5F5F5 +*.background: #0A0A0A +/* *.cursorColor: #D0D0D0 */ +*.revCursorColor: #151515 + +! black +*.color0: #0A0A0A +*.color8: #0A0A0A + +! red +*.color1: #AC4142 +*.color9: #AC4142 + +! green +*.color2: #A1B56C +*.color10: #A1B56C + +! yellow +*.color3: #F4BF75 +*.color11: #F4BF75 + +! blue +*.color4: #A5D6FF +*.color12: #A5D6FF + +! magenta +*.color5: #AA759F +*.color13: #AA759F + +! cyan +*.color6: #75B5AA +*.color14: #75B5AA + +! white +*.color7: #D0D0D0 +*.color15: #F5F5F5 -- cgit v1.2.3-70-g09d2