[X] Remove faulty urxvt resource + add rofi term

This commit is contained in:
Sebastian Schulze 2016-03-30 08:40:19 +02:00
parent f57077ec57
commit b8444203ec
2 changed files with 3 additions and 2 deletions

View File

@ -2,13 +2,14 @@ rofi.font: Fira Mono 14
rofi.width: 30
rofi.sidebar-mode: true
rofi.levenshtein-sort: true
rofi.terminal: urxvt256c-ml
URxvt.letterSpace: -1
URxvt.font: xft:Fira Mono:hinting=slight:antialias=true:pixelsize=16,xft:Android Emoji:style=Regular:antialias=false,xft:Symbola:pixelsize=9:antialias=false
URxvt.boldFont: xft:Fira Mono:bold:hinting=slight:antialias=true:pixelsize=16,xft:Android Emoji:style=Regular:antialias=false,xft:Symbola:pixelsize=9:antialias=false
Xft*dpi: 96
URxvt.scrollstyle: plain
URxvt.perl-ext-common: default,matcher,resize-font,readline,confirm-paste,url-select
URxvt.perl-ext-common: default,matcher,resize-font,readline,confirm-paste
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true

View File

@ -1,2 +1,2 @@
#!/bin/bash
rofi -ssh-command 'gnome-terminal -e "ssh {host}"' -levenshtein-sort -modi 'window,ssh,Workspaces:i3_switch_workspaces.sh,run' -show run -terminal gnome-terminal
rofi -ssh-command 'urxvt256c-ml -e "ssh {host}"' -levenshtein-sort -modi 'window,ssh,Workspaces:i3_switch_workspaces.sh,run' -show run -terminal urxvt256c-ml