From 74f672b39beb7c27ad2d4d7dfc6253449694f8d1 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sun, 16 Feb 2020 13:49:33 +0530 Subject: shifted to void --- x/.Xresources | 68 ++++++++++++++++------------------------------------------- x/.xinitrc | 24 ++------------------- 2 files changed, 20 insertions(+), 72 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 569a360..54e7237 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -35,56 +35,25 @@ URxvt*fading: 0 URxvt*tintColor: #ffffff URxvt*shading: 0 URxvt*inheritPixmap: False -!Tomorrow -#define t_background #ffffff -#define t_current_line #efefef -#define t_selection #d6d6d6 -#define t_foreground #4d4d4c -#define t_comment #8e908c -#define t_red #c82829 -#define t_orange #f5871f -#define t_yellow #eab700 -#define t_green #718c00 -#define t_aqua #3e999f -#define t_blue #4271ae -#define t_purple #8959a8 - -*.foreground: t_foreground -*.background: t_background -*.cursorColor: #aeafad - -! Black / Grey -*.color0: #000000 -*.color8: #666666 - -! Red / Bright Red -*.color1: t_red -*.color9: #FF3334 - -! Green + Bright Green -*.color2: t_green -*.color10: #9ec400 - -! Yellow (Orange) + Bright Yellow (Yellow) -*.color3: t_orange -*.color11: t_yellow - -! Blue + Bright Blue -*.color4: t_blue -*.color12: t_blue - -! Magenta (Purple) + Bright Magenta -*.color5: t_purple -*.color13: #b777e0 - -! Cyan (Aqua) + Bright Cyan -*.color6: t_aqua -*.color14: #54ced6 - -! Light Grey (Selection) + White (Current Line) -*.color7: t_selection -*.color15: t_current_line +*.foreground: #F8F8F2 +*.background: #121212 +*.color0: #000000 +*.color8: #4D4D4D +*.color1: #FF5555 +*.color9: #FF6E67 +*.color2: #50FA7B +*.color10: #5AF78E +*.color3: #F1FA8C +*.color11: #F4F99D +*.color4: #BD93F9 +*.color12: #CAA9FA +*.color5: #FF79C6 +*.color13: #FF92D0 +*.color6: #8BE9FD +*.color14: #9AEDFE +*.color7: #BFBFBF +*.color15: #E6E6E6 ! Perls URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font @@ -98,4 +67,3 @@ URxvt.url-select.launcher : firefox URxvt.url-select.autocopy : true URxvt.url-select.underline : true URxvt.url-select.button: 1 - diff --git a/x/.xinitrc b/x/.xinitrc index 8626b1b..b32d4c8 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -40,25 +40,5 @@ if [ -n "$DISPLAY" ]; then xset b off fi -# load additional configs -if [ "$2" = "nvidia" ]; then - XINIT_D="/etc/X11/nvidia/xinit/xinitrc.d" -else - XINIT_D="/etc/X11/xinit/xinitrc.d" -fi - -if [ -d "$XINIT_D" ]; then - for f in "$XINIT_D/?*.sh" ; do - [ -x "$f" ] && . "$f" - done - unset f -fi -unset XINIT_D - -# additional nvidia specific settings -if [ "$2" = "nvidia" ]; then - xrandr --setprovideroutputsource modesetting NVIDIA-0 - xrandr --auto -fi - -exec bspwm +xsetroot -cursor_name left_ptr +exec dbus-launch --sh-syntax --exit-with-x11 bspwm -- cgit v1.2.3