You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

125 lines
3.2 KiB

#define alpha #00000000
*.foreground: {{COLORS.foreground}}
*.background: {{COLORS.background}}
*.cursorColor: {{COLORS.cursor}}
*.color0: {{COLORS.color0}}
*.color8: {{COLORS.color8}}
*.color1: {{COLORS.color1}}
*.color9: {{COLORS.color9}}
*.color2: {{COLORS.color2}}
*.color10: {{COLORS.color10}}
*.color3: {{COLORS.color3}}
*.color11: {{COLORS.color11}}
*.color4: {{COLORS.color4}}
*.color12: {{COLORS.color12}}
*.color5: {{COLORS.color5}}
*.color13: {{COLORS.color13}}
*.color6: {{COLORS.color6}}
*.color14: {{COLORS.color14}}
*.color7: {{COLORS.color7}}
*.color15: {{COLORS.color15}}
! General settings
URxvt*saveline: 15000
! Disable scrollbar
URxvt.scrollBar: 0
! Cursor blink
URxvt.cursorBlink: 1
! Geometry
URxvt.geometry: 102x22
! Clipboard
!URxvt.perl-ext-common: default,clipboard
!URxvt.keysym.Shift-Control-C: perl:clipboard:copy
!URxvt.keysym.Shift-Control-V: perl:clipboard:paste
! Font
URxvt.font :xft:{{FONT}}:{{FONTSTYLE}}:size={{FONTSIZE}}
URxvt.boldFont :xft:{{FONT}}:{{FONTBOLDSTYLE}}:size={{FONTSIZE}}
URxvt.italicFont :xft:{{FONT}}:{{FONTITALICSTYLE}}:size={{FONTSIZE}}
URxvt.boldItalicFont :xft:{{FONT}}:{{FONTBOLDITALICSTYLE}}:size={{FONTSIZE}}
URxvt.letterSpace: 0
URxvt*lineSpace: 0
! Icon
URxvt.iconFile: terminal.svg
! Clickable links
URxvt.url-launcher: /usr/bin/chromium
! Border
URxvt.internalBorder: 18
! Fade
URxvt*fading: 30
! Transparency
! fake
!urxvt*transparent: true
!urxvt*shading: 10
urxvt*depth: 32
! Map CTRL + arrow keys
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
! Font rendering
Xft.autohint: 1
Xft.dpi: 96
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
!!!!!!!!
! Rofi !
!!!!!!!!
! Enable the extended coloring options
rofi.color-enabled: true
rofi.modi: run,window,ssh
rofi.sidebar-mode: true
! bg fg bg-alt hl-bg hl-fg
rofi.color-window: {{COLORS.background}}, {{COLORS.background}}, alpha, alpha, alpha
rofi.color-normal: alpha, {{COLORS.comment}}, alpha, {{COLORS.currentline}}, {{COLORS.foreground}}
rofi.color-active: alpha, {{COLORS.green}}, alpha, {{COLORS.currentline}}, {{COLORS.green}}
rofi.color-urgent: alpha, {{COLORS.red}}, alpha, {{COLORS.currentline}}, {{COLORS.red}}
rofi.fake-transparency: false
rofi.hide-scrollbar: true
rofi.font: {{FONT}} {{FONTSIZE}}
rofi.separator-style: none
rofi.scrollbar-width: 0
rofi.location: 1
rofi.yoffset: 40
rofi.xoffset: 24
rofi.padding: 18
rofi.lines: 18
rofi.eh: 1
rofi.width: 400
rofi.bw: 0
rofi.terminal: {{TERMINAL}}
rofi.ssh-client: ssh
rofi.ssh-command: {terminal} -e {ssh-client} {host}
rofi.run-command: {cmd}
rofi.run-shell-command: {terminal} -e {cmd}
rofi.disable-history: false
rofi.levenshtein-sort: false
rofi.case-sensitive: false
rofi.auto-select: false
rofi.parse-hosts: false