2020-04-25 20:09:18 +02:00
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! Colour Configuration
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
|
2020-05-13 10:52:09 +02:00
|
|
|
! Based on Nord: https://github.com/arcticicestudio/nord-xresources
|
|
|
|
|
|
|
|
#define nord0 #2E3440
|
|
|
|
#define nord1 #3B4252
|
|
|
|
#define nord2 #434C5E
|
|
|
|
#define nord3 #4C566A
|
|
|
|
#define nord4 #D8DEE9
|
|
|
|
#define nord5 #E5E9F0
|
|
|
|
#define nord6 #ECEFF4
|
|
|
|
#define nord7 #8FBCBB
|
|
|
|
#define nord8 #88C0D0
|
|
|
|
#define nord9 #81A1C1
|
|
|
|
#define nord10 #5E81AC
|
|
|
|
#define nord11 #BF616A
|
|
|
|
#define nord12 #D08770
|
|
|
|
#define nord13 #EBCB8B
|
|
|
|
#define nord14 #A3BE8C
|
|
|
|
#define nord15 #B48EAD
|
|
|
|
|
|
|
|
*.foreground: nord4
|
|
|
|
*.background: nord0
|
|
|
|
*.cursorColor: nord4
|
|
|
|
*fading: 35
|
|
|
|
*fadeColor: nord3
|
|
|
|
|
|
|
|
*.color0: nord1
|
|
|
|
*.color1: nord11
|
|
|
|
*.color2: nord14
|
|
|
|
*.color3: nord13
|
|
|
|
*.color4: nord9
|
|
|
|
*.color5: nord15
|
|
|
|
*.color6: nord8
|
|
|
|
*.color7: nord5
|
|
|
|
*.color8: nord3
|
|
|
|
*.color9: nord11
|
|
|
|
*.color10: nord14
|
|
|
|
*.color11: nord13
|
|
|
|
*.color12: nord9
|
|
|
|
*.color13: nord15
|
|
|
|
*.color14: nord7
|
|
|
|
*.color15: nord6
|
|
|
|
|
2020-05-07 11:30:29 +02:00
|
|
|
! General settins
|
|
|
|
URxvt.geometry: 94x47
|
|
|
|
URxvt.saveLines: 10000
|
|
|
|
URxvt.scrollBar: true
|
|
|
|
URxvt.scrollBar_right: true
|
|
|
|
URxvt.scrollColor: BLUE_EXTRA_LIGHT
|
|
|
|
URxvt.scrollBar_floating: true
|
|
|
|
URxvt.scrollstyle: plain
|
|
|
|
URxvt.cursorBlink: true
|
|
|
|
URxvt.cursorUnderline: true
|
|
|
|
|
|
|
|
! Colors
|
|
|
|
URxvt.depth: 32
|
2020-05-13 10:53:45 +02:00
|
|
|
!URxvt.background: rgba:2625/3232/3838/cccc
|
2020-04-25 20:09:18 +02:00
|
|
|
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! Font configuration
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
|
2020-05-07 11:30:29 +02:00
|
|
|
URxvt.font: xft:DejaVu Sans Mono:size=9:antialias=true:hinting=true
|
|
|
|
URxvt.boldFont: xft:DejaVu Sans Mono:size=9
|
|
|
|
URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=9
|
2020-04-25 20:09:18 +02:00
|
|
|
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! Xft Font Configuration
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
|
2020-05-07 11:30:29 +02:00
|
|
|
!Xft.autohint: 0
|
|
|
|
!Xft.lcdfilter: lcddefault
|
|
|
|
!Xft.hintstyle: hintslight
|
|
|
|
!Xft.hinting: 1
|
|
|
|
!Xft.antialias: 1
|
|
|
|
!Xft.rgba: rgb
|
2020-04-25 20:09:18 +02:00
|
|
|
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! URxvt configs
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
! perl extensions
|
2020-05-07 14:33:44 +02:00
|
|
|
!URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher,tabbed
|
|
|
|
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher
|
2020-04-25 20:09:18 +02:00
|
|
|
|
|
|
|
! macros for clipboard and selection
|
|
|
|
URxvt.copyCommand: xclip -i -selection clipboard
|
|
|
|
URxvt.pasteCommand: xclip -o -selection clipboard
|
|
|
|
URxvt.keysym.M-c: perl:clipboard:copy
|
|
|
|
URxvt.keysym.M-v: perl:clipboard:paste
|
|
|
|
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
|
|
|
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
|
|
|
URxvt.keysym.M-s: perl:keyboard-select:search
|
|
|
|
URxvt.keysym.M-u: perl:url-select:select_next
|
|
|
|
URxvt.underlineURLs: true
|
|
|
|
URxvt.urlButton: 1
|
|
|
|
|
2020-05-07 11:30:29 +02:00
|
|
|
! Tab
|
2020-05-07 14:33:44 +02:00
|
|
|
!URxvt.tabbed.tabbar-fg: 4
|
|
|
|
!URxvt.tabbed.tabbar-bg: 0
|
|
|
|
!URxvt.tabbed.tab-fg: 7
|
|
|
|
!URxvt.tabbed.tab-bg: 14
|
2020-05-07 11:30:29 +02:00
|
|
|
|
|
|
|
! Auto click
|
|
|
|
URxvt.url-launcher: /usr/bin/xdg-open
|
|
|
|
|
2020-04-25 20:09:18 +02:00
|
|
|
! scroll one line
|
|
|
|
URxvt.keysym.Shift-Up: command:\033]720;1\007
|
|
|
|
URxvt.keysym.Shift-Down: command:\033]721;1\007
|
|
|
|
|
|
|
|
! control arrow
|
|
|
|
URxvt.keysym.Control-Up: \033[1;5A
|
|
|
|
URxvt.keysym.Control-Down: \033[1;5B
|
|
|
|
URxvt.keysym.Control-Right: \033[1;5C
|
|
|
|
URxvt.keysym.Control-Left: \033[1;5D
|
|
|
|
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! Rofi configs
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
rofi.lines: 12
|
|
|
|
rofi.modi: combi
|
2020-04-28 10:06:40 +02:00
|
|
|
rofi.combi-modi: window,ssh,run,drun,emoji
|
2020-04-25 20:09:18 +02:00
|
|
|
rofi.font: Droid Sans Mono 8
|
2020-05-07 11:30:29 +02:00
|
|
|
rofi.terminal: urxvt
|
2020-04-25 20:09:18 +02:00
|
|
|
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! Dmenu configs
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
dmenu.selforeground: #d8dee9
|
|
|
|
dmenu.background: #2e3440
|
|
|
|
dmenu.selbackground: #bf616a
|
|
|
|
dmenu.foreground: #d8dee9
|
|
|
|
|