|
|
@ -38,9 +38,10 @@ URxvt.geometry: 102x22
|
|
|
|
!URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
|
|
|
!URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
|
|
|
|
|
|
|
|
|
|
|
! Font
|
|
|
|
! Font
|
|
|
|
URxvt.font :xft:{{FONT}}:size={{FONTSIZE}}
|
|
|
|
URxvt.font :xft:{{FONT}}:{{FONTSTYLE}}:size={{FONTSIZE}}
|
|
|
|
URxvt.boldFont :xft:{{FONT}}:Bold:size={{FONTSIZE}}
|
|
|
|
URxvt.boldFont :xft:{{FONT}}:{{FONTBOLDSTYLE}}:size={{FONTSIZE}}
|
|
|
|
URxvt.italicFont :xft:{{FONT}}:Bold:size={{FONTSIZE}}
|
|
|
|
URxvt.italicFont :xft:{{FONT}}:{{FONTITALICSTYLE}}:size={{FONTSIZE}}
|
|
|
|
|
|
|
|
URxvt.boldItalicFont :xft:{{FONT}}:{{FONTBOLDITALICSTYLE}}:size={{FONTSIZE}}
|
|
|
|
URxvt.letterSpace: 0
|
|
|
|
URxvt.letterSpace: 0
|
|
|
|
URxvt*lineSpace: 0
|
|
|
|
URxvt*lineSpace: 0
|
|
|
|
|
|
|
|
|
|
|
@ -111,7 +112,7 @@ rofi.eh: 1
|
|
|
|
rofi.width: 400
|
|
|
|
rofi.width: 400
|
|
|
|
rofi.bw: 0
|
|
|
|
rofi.bw: 0
|
|
|
|
|
|
|
|
|
|
|
|
rofi.terminal: urxvt
|
|
|
|
rofi.terminal: {{TERMINAL}}
|
|
|
|
rofi.ssh-client: ssh
|
|
|
|
rofi.ssh-client: ssh
|
|
|
|
rofi.ssh-command: {terminal} -e {ssh-client} {host}
|
|
|
|
rofi.ssh-command: {terminal} -e {ssh-client} {host}
|
|
|
|
rofi.run-command: {cmd}
|
|
|
|
rofi.run-command: {cmd}
|
|
|
|