Fixed indentation
This commit is contained in:
parent
11fd06437a
commit
79e4779f75
1 changed files with 50 additions and 50 deletions
|
@ -43,87 +43,87 @@
|
||||||
! Font configuration
|
! Font configuration
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
|
||||||
URxvt*font: xft:M+ 1mn:regular:size=8
|
URxvt*font: xft:M+ 1mn:regular:size=8
|
||||||
URxvt*boldFont: xft:M+ 1mn:bold:size=8
|
URxvt*boldFont: xft:M+ 1mn:bold:size=8
|
||||||
URxvt*italicFont: xft:M+ 1mn:italic:size=8
|
URxvt*italicFont: xft:M+ 1mn:italic:size=8
|
||||||
URxvt*boldItalicFont: xft:M+ 1mn:bold italic:size=8
|
URxvt*boldItalicFont: xft:M+ 1mn:bold italic:size=8
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! Xft Font Configuration
|
! Xft Font Configuration
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
|
||||||
Xft.autohint: 0
|
Xft.autohint: 0
|
||||||
Xft.lcdfilter: lcddefault
|
Xft.lcdfilter: lcddefault
|
||||||
Xft.hintstyle: hintslight
|
Xft.hintstyle: hintslight
|
||||||
Xft.hinting: 1
|
Xft.hinting: 1
|
||||||
Xft.antialias: 1
|
Xft.antialias: 1
|
||||||
Xft.rgba: rgb
|
Xft.rgba: rgb
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! URxvt configs
|
! URxvt configs
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
|
||||||
! font spacing
|
! font spacing
|
||||||
URxvt*letterSpace: 0
|
URxvt*letterSpace: 0
|
||||||
URxvt.lineSpace: 0
|
URxvt.lineSpace: 0
|
||||||
|
|
||||||
! general settings
|
! general settings
|
||||||
URxvt*saveline: 15000
|
URxvt*saveline: 15000
|
||||||
URxvt*termName: rxvt-256color
|
URxvt*termName: rxvt-256color
|
||||||
URxvt*iso14755: false
|
URxvt*iso14755: false
|
||||||
URxvt*urgentOnBell: true
|
URxvt*urgentOnBell: true
|
||||||
|
|
||||||
! appearance
|
! appearance
|
||||||
URxvt*depth: 24
|
URxvt*depth: 24
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt*scrollBar_right: false
|
URxvt*scrollBar_right: false
|
||||||
URxvt*internalBorder: 24
|
URxvt*internalBorder: 24
|
||||||
URxvt*externalBorder: 0
|
URxvt*externalBorder: 0
|
||||||
URxvt.geometry: 84x22
|
URxvt.geometry: 84x22
|
||||||
|
|
||||||
! perl extensions
|
! perl extensions
|
||||||
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
|
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
|
||||||
|
|
||||||
! macros for clipboard and selection
|
! macros for clipboard and selection
|
||||||
URxvt.copyCommand: xclip -i -selection clipboard
|
URxvt.copyCommand: xclip -i -selection clipboard
|
||||||
URxvt.pasteCommand: xclip -o -selection clipboard
|
URxvt.pasteCommand: xclip -o -selection clipboard
|
||||||
URxvt.keysym.M-c: perl:clipboard:copy
|
URxvt.keysym.M-c: perl:clipboard:copy
|
||||||
URxvt.keysym.M-v: perl:clipboard:paste
|
URxvt.keysym.M-v: perl:clipboard:paste
|
||||||
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
|
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
|
||||||
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
URxvt.keysym.M-s: perl:keyboard-select:search
|
URxvt.keysym.M-s: perl:keyboard-select:search
|
||||||
URxvt.keysym.M-u: perl:url-select:select_next
|
URxvt.keysym.M-u: perl:url-select:select_next
|
||||||
URxvt.urlLauncher: firefox
|
URxvt.urlLauncher: firefox
|
||||||
URxvt.underlineURLs: true
|
URxvt.underlineURLs: true
|
||||||
URxvt.urlButton: 1
|
URxvt.urlButton: 1
|
||||||
|
|
||||||
! scroll one line
|
! scroll one line
|
||||||
URxvt.keysym.Shift-Up: command:\033]720;1\007
|
URxvt.keysym.Shift-Up: command:\033]720;1\007
|
||||||
URxvt.keysym.Shift-Down: command:\033]721;1\007
|
URxvt.keysym.Shift-Down: command:\033]721;1\007
|
||||||
|
|
||||||
! control arrow
|
! control arrow
|
||||||
URxvt.keysym.Control-Up: \033[1;5A
|
URxvt.keysym.Control-Up: \033[1;5A
|
||||||
URxvt.keysym.Control-Down: \033[1;5B
|
URxvt.keysym.Control-Down: \033[1;5B
|
||||||
URxvt.keysym.Control-Right: \033[1;5C
|
URxvt.keysym.Control-Right: \033[1;5C
|
||||||
URxvt.keysym.Control-Left: \033[1;5D
|
URxvt.keysym.Control-Left: \033[1;5D
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! Rofi configs
|
! Rofi configs
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
|
||||||
rofi.color-enabled: true
|
rofi.color-enabled: true
|
||||||
rofi.color-window: #2e3440, #2e3440, #2e3440
|
rofi.color-window: #2e3440, #2e3440, #2e3440
|
||||||
rofi.color-normal: #2e3440, #d8dee9, #2e3440, #2e3440, #bf616a
|
rofi.color-normal: #2e3440, #d8dee9, #2e3440, #2e3440, #bf616a
|
||||||
rofi.color-active: #2e3440, #b48ead, #2e3440, #2e3440, #93e5cc
|
rofi.color-active: #2e3440, #b48ead, #2e3440, #2e3440, #93e5cc
|
||||||
rofi.color-urgent: #2e3440, #ebcb8b, #2e3440, #2e3440, #ebcb8b
|
rofi.color-urgent: #2e3440, #ebcb8b, #2e3440, #2e3440, #ebcb8b
|
||||||
rofi.modi: run,drun,window
|
rofi.modi: run,drun,window
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! Dmenu configs
|
! Dmenu configs
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
|
||||||
dmenu.selforeground: #d8dee9
|
dmenu.selforeground: #d8dee9
|
||||||
dmenu.background: #2e3440
|
dmenu.background: #2e3440
|
||||||
dmenu.selbackground: #bf616a
|
dmenu.selbackground: #bf616a
|
||||||
dmenu.foreground: #d8dee9
|
dmenu.foreground: #d8dee9
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue