first commit
This commit is contained in:
6
profiles/desktop/.Xresources.d/fonts
Normal file
6
profiles/desktop/.Xresources.d/fonts
Normal file
@@ -0,0 +1,6 @@
|
||||
Xft.antialias: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hinting: true
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.autohint: true
|
||||
Xft.lcdfilter: lcddefault
|
||||
47
profiles/desktop/.Xresources.d/rxvt-unicode
Normal file
47
profiles/desktop/.Xresources.d/rxvt-unicode
Normal file
@@ -0,0 +1,47 @@
|
||||
! terminal font
|
||||
URxvt.font: xft:Hack Nerd Font:size=10:style=Regular
|
||||
URxvt.boldFont: xft:Hack Nerd Font:size=10:style=Bold
|
||||
URxvt.italicFont: xft:Hack Nerd Font:size=10:style=Italic
|
||||
URxvt.boldItalicFont: xft:Hack Nerd Font:size=10:style=Bold Italic
|
||||
URxvt.letterSpace: -1
|
||||
URxvt.lineSpace: -1
|
||||
|
||||
! scrollback buffer lines - 65535 is max on most machines (64 is default)
|
||||
URxvt.saveLines: 16384
|
||||
|
||||
! scroll bar
|
||||
URxvt.scrollBar: false
|
||||
URxvt.scrollBar_right: false
|
||||
URxvt.scrollBar_floating: false
|
||||
URxvt.scrollstyle: rxvt
|
||||
|
||||
! transparency
|
||||
URxvt.inheritPixmap: true
|
||||
URxvt.transparent: true
|
||||
! URxvt*shading: 0 to 99 darkens, 101 to 200 lightens
|
||||
URxvt.shading: 20
|
||||
|
||||
! The string will be interpreted as if typed into the shell as-is.
|
||||
! In this example, printing will be disabled altogether.
|
||||
URxvt.print-pipe: "cat > /dev/null"
|
||||
|
||||
!-*- Perl extensions -*-
|
||||
URxvt.perl-ext-common: default,selection-to-clipboard,matcher,keyboard-select,url-select,font-size,clipboard
|
||||
URxvt.keysym.M-u: perl:url-select:select_next
|
||||
URxvt.url-select.button: 1
|
||||
URxvt.url-select.launcher: chromium
|
||||
URxvt.url-select.underline: true
|
||||
URxvt.keysym.M-Escape:perl:keyboard-select:activate
|
||||
! The following configuration will automatically update the CLIPBOARD when the PRIMARY selection changes
|
||||
! This is deprecated since Control-Alt-C/V has been implemented since 9.20
|
||||
URxvt.clipboard.autocopy: true
|
||||
URxvt.keysym.C-V: clipboard:paste
|
||||
URxvt.keysym.C-Up: font-size:increase
|
||||
URxvt.keysym.C-Down: font-size:decrease
|
||||
URxvt.keysym.C-S-Up: font-size:incglobal
|
||||
URxvt.keysym.C-S-Down: font-size:decglobal
|
||||
URxvt.keysym.C-equal: font-size:reset
|
||||
URxvt.keysym.C-slash: font-size:show
|
||||
|
||||
! fix geometry
|
||||
URxvt.geometry: 400x400
|
||||
44
profiles/desktop/.Xresources.d/themes/Elementary
Normal file
44
profiles/desktop/.Xresources.d/themes/Elementary
Normal file
@@ -0,0 +1,44 @@
|
||||
!
|
||||
! Generated with :
|
||||
! XRDB2Xreources.py
|
||||
!
|
||||
*.foreground: #efefef
|
||||
*.background: #000000
|
||||
*.cursorColor: #bbbbbb
|
||||
!
|
||||
! Black
|
||||
*.color0: #000000
|
||||
*.color8: #5d5d5d
|
||||
!
|
||||
! Red
|
||||
*.color1: #e1321a
|
||||
*.color9: #ff361e
|
||||
!
|
||||
! Green
|
||||
*.color2: #6ab017
|
||||
*.color10: #7bc91f
|
||||
!
|
||||
! Yellow
|
||||
*.color3: #ffc005
|
||||
*.color11: #ffd00a
|
||||
!
|
||||
! Blue
|
||||
*.color4: #004f9e
|
||||
*.color12: #0071ff
|
||||
!
|
||||
! Magenta
|
||||
*.color5: #ec0048
|
||||
*.color13: #ff1d62
|
||||
!
|
||||
! Cyan
|
||||
*.color6: #2aa7e7
|
||||
*.color14: #4bb8fd
|
||||
!
|
||||
! White
|
||||
*.color7: #f2f2f2
|
||||
*.color15: #ffffff
|
||||
!
|
||||
! Bold, Italic, Underline
|
||||
*.colorBD: #ffffff
|
||||
!*.colorIT:
|
||||
!*.colorUL:
|
||||
Reference in New Issue
Block a user