aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-24 11:32:25 +0100
committerAkshay <[email protected]>2020-08-24 11:32:25 +0100
commit8e767c894a2d4ec46165916310824f4e41fac6b4 (patch)
treea1f87480f74c4d3be4158a9995d52050cf248466
parent24eaa969b9a885e62de08d7fd2a77de7a6c45c45 (diff)
move from st to urxvt
-rw-r--r--X/.Xresources42
-rwxr-xr-xX/.xinitrc3
2 files changed, 22 insertions, 23 deletions
diff --git a/X/.Xresources b/X/.Xresources
index c545bb1..3fbb3c8 100644
--- a/X/.Xresources
+++ b/X/.Xresources
@@ -46,27 +46,27 @@
46*color14: base0F 46*color14: base0F
47*color15: base07 47*color15: base07
48 48
49URxvt.cursorBlink : on 49*.cursorBlink : on
50URxvt.font :xft:Input:size=12:style=Regular \ 50*.font :xft:Input:size=12:style=Regular \
51 xft:DejaVu Sans Mono:size=11:style=Medium 51 xft:DejaVu Sans Mono:size=11:style=Medium
52 52
53URxvt.italicFont :xft:Input:size=12:style=Italic 53*.italicFont :xft:Input:size=12:style=Italic
54URxvt.boldFont :xft:Input:size=12:style=Bold 54*.boldFont :xft:Input:size=12:style=Bold
55 55
56URxvt.lineSpace : 0 56*.lineSpace : 0
57URxvt.letterSpace : -1 57*.letterSpace : -1
58URxvt.scrollBar : false 58*.scrollBar : false
59URxvt.internalBorder : 25 59*.internalBorder : 25
60URxvt.cursorUnderline : false 60*.cursorUnderline : false
61URxvt.geometry : 70x35 61*.geometry : 70x35
62URxvt.thickness : 5 62*.thickness : 5
63URxvt.titleBar : false 63*.titleBar : false
64URxvt.intensityStyles : false 64*.intensityStyles : false
65 65
66 66
67URxvt.perl-ext-common : default,matcher 67*.perl-ext-common : default,matcher
68URxvt.url-launcher : firefox 68*.url-launcher : firefox
69URxvt.matcher.button : 1 69*.matcher.button : 1
70 70
71! ------------------------------------------------------------------------------ 71! ------------------------------------------------------------------------------
72! rofi 72! rofi
diff --git a/X/.xinitrc b/X/.xinitrc
index c811f12..0fd3f77 100755
--- a/X/.xinitrc
+++ b/X/.xinitrc
@@ -2,8 +2,6 @@
2 2
3xsetroot -cursor_name left_ptr & 3xsetroot -cursor_name left_ptr &
4xrdb -load ~/.Xresources 4xrdb -load ~/.Xresources
5setxkbmap -option caps:escape
6setxkbmap -option compose:rctrl
7 5
8compton & 6compton &
9dunst -config "$HOME"/.config/dunst/dunstrc & 7dunst -config "$HOME"/.config/dunst/dunstrc &
@@ -11,4 +9,5 @@ sxhkd -c "$HOME"/.config/sxhkd/sxhkdrc &
11 9
12/home/np/.fehbg 10/home/np/.fehbg
13 11
12urxvtd &
14exec 2bwm 13exec 2bwm