Merge branch 'master' of framagit.org:dbroqua/home

This commit is contained in:
Damien Broqua 2020-05-13 10:53:45 +02:00
commit 0b5a6b7e73
23 changed files with 1066 additions and 76 deletions

View file

@ -44,87 +44,47 @@
*.color14: nord7
*.color15: nord6
! special
!*.foreground: #d8dee8
!*.background: #2f343f
!*.cursorColor: #b48ead
! 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
! black
!*.color0 : #4b5262
!*.color8 : #434a5a
! red
!*.color1 : #bf616a
!*.color9 : #b3555e
! green
!*.color2 : #a3be8c
!*.color10 : #93ae7c
! yellow
!*.color3 : #ebcb8b
!*.color11 : #dbbb7b
! blue
!*.color4 : #81a1c1
!*.color12 : #7191b1
! magenta
!*.color5 : #b48ead
!*.color13 : #a6809f
! cyan
!*.color6 : #89d0bA
!*.color14 : #7dbba8
! white
!*.color7 : #e5e9f0
!*.color15 : #d1d5dc
! Colors
URxvt.depth: 32
!URxvt.background: rgba:2625/3232/3838/cccc
! ------------------------------------------------------------------------------
! Font configuration
! ------------------------------------------------------------------------------
URxvt*font: xft:M+ 1mn:regular:size=8
URxvt*boldFont: xft:M+ 1mn:bold:size=8
URxvt*italicFont: xft:M+ 1mn:italic:size=8
URxvt*boldItalicFont: xft:M+ 1mn:bold italic:size=8
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
! ------------------------------------------------------------------------------
! Xft Font Configuration
! ------------------------------------------------------------------------------
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
!Xft.autohint: 0
!Xft.lcdfilter: lcddefault
!Xft.hintstyle: hintslight
!Xft.hinting: 1
!Xft.antialias: 1
!Xft.rgba: rgb
! ------------------------------------------------------------------------------
! URxvt configs
! ------------------------------------------------------------------------------
! font spacing
URxvt*letterSpace: 0
URxvt.lineSpace: 0
! general settings
URxvt*saveline: 15000
URxvt*termName: rxvt-256color
URxvt*iso14755: false
URxvt*urgentOnBell: true
! appearance
URxvt*depth: 24
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*internalBorder: 24
URxvt*externalBorder: 0
URxvt.geometry: 84x22
! perl extensions
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
!URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher,tabbed
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher
! macros for clipboard and selection
URxvt.copyCommand: xclip -i -selection clipboard
@ -135,10 +95,18 @@ 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.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
! Tab
!URxvt.tabbed.tabbar-fg: 4
!URxvt.tabbed.tabbar-bg: 0
!URxvt.tabbed.tab-fg: 7
!URxvt.tabbed.tab-bg: 14
! Auto click
URxvt.url-launcher: /usr/bin/xdg-open
! scroll one line
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
@ -157,7 +125,7 @@ rofi.lines: 12
rofi.modi: combi
rofi.combi-modi: window,ssh,run,drun,emoji
rofi.font: Droid Sans Mono 8
rofi.terminal: tilix
rofi.terminal: urxvt
! ------------------------------------------------------------------------------
! Dmenu configs