diff --git a/.Xresources b/.Xresources index 232fc39..a6db125 100644 --- a/.Xresources +++ b/.Xresources @@ -3,9 +3,7 @@ ! Setting up commonly changed vars #define myfontsize 11 #define myfont Fira Code - -#define mybg Black -#define myfg White +#define myOpacity 90 ! Set up URxvt #include ".xres/urxvt" diff --git a/.xres/nord.Xresources b/.xres/nord.Xresources index cfc4dd8..3122e26 100644 --- a/.xres/nord.Xresources +++ b/.xres/nord.Xresources @@ -25,7 +25,7 @@ #define nord15 #B48EAD *.foreground: nord4 -*.background: nord0 +*.background: [myOpacity]nord0 *.cursorColor: nord4 *fading: 0 *fadeColor: nord3 diff --git a/.xres/urxvt b/.xres/urxvt index bfad63e..01fc390 100644 --- a/.xres/urxvt +++ b/.xres/urxvt @@ -3,6 +3,7 @@ URxvt.font: xft:myfont:size=myfontsize,style=medium URxvt.boldFont: xft:myfont:size=myfontsize,style=bold URxvt.italicFont: xft:myfont:size=myfontsize,style=italic URxvt.boldItalicFont: xft:myfont:size=myfontsize,style=bold,italic +URxvt.letterSpace: -1 !UI URxvt.scrollBar: false @@ -18,6 +19,16 @@ URxvt.scrollTtyOutput: false URxvt.scrollWithBuffer: false URxvt.skipScroll: true +!Extensions +URxvt.perl-ext-common: default,matcher,tabbed +! Link Clicking +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 +URxvt.matcher.rend.0: Uline Bold fg5 - +!Tab Styling +URxvt.tabbed.tabbar-fg: 2 +URxvt.tabbed.tabbar-bg: 0 +URxvt.tabbed.tab-fg: 3 +URxvt.tabbed.tab-bg: 0