Bunch of i3 and rofi improvements

This commit is contained in:
Colin Powell
2019-06-16 22:41:21 -04:00
parent 15ee059a14
commit ec8e9a2c03
11 changed files with 151 additions and 33 deletions

View File

@ -21,13 +21,13 @@ rofi.modi: window,run,ssh,combi
! "Always show number of lines" Set from: Default
! rofi.fixed-num-lines: true
! "Whether to load and show icons" Set from: Default
! rofi.show-icons: false
! rofi.show-icons: true
! "Terminal to use" Set from: Default
rofi.terminal: termite
rofi.terminal: kitty
! "Ssh client to use" Set from: Default
rofi.ssh-client: mosh
rofi.ssh-client: ssh
! "Ssh command to execute" Set from: Default
rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
rofi.ssh-command: {terminal} -e {ssh-client} {host}
! "Run command to execute" Set from: Default
! rofi.run-command: {cmd}
! "Command to get extra run targets" Set from: Default
@ -47,25 +47,25 @@ rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
! "Use sorting" Set from: Default
! rofi.sort: false
! "Use levenshtein sorting also for fuzzy matching" Set from: Default
! rofi.levenshtein-sort: false
! rofi.levenshtein-sort: true
! "Set case-sensitivity" Set from: Default
! rofi.case-sensitive: false
! "Cycle through the results list" Set from: Default
! rofi.cycle: true
! "Enable sidebar-mode" Set from: Default
! rofi.sidebar-mode: false
! rofi.sidebar-mode: true
! "Row height (in chars)" Set from: Default
! rofi.eh: 1
! "Enable auto select mode" Set from: Default
! rofi.auto-select: false
! "Parse hosts file for ssh mode" Set from: Default
! rofi.parse-hosts: false
! rofi.parse-hosts: true
! "Parse known_hosts file for ssh mode" Set from: Default
! rofi.parse-known-hosts: true
! "Set the modi to combine in combi mode" Set from: Default
rofi.combi-modi: window,drun,ssh
! "Set the matching algorithm. (normal, regex, glob, fuzzy)" Set from: Default
! rofi.matching: normal
! rofi.matching: fuzzy
! "Tokenize input string" Set from: Default
! rofi.tokenize: true
! "Monitor id to show on" Set from: Default
@ -101,7 +101,7 @@ rofi.combi-modi: window,drun,ssh
! "Indicate how it match by underlining it." Set from: Default
! rofi.show-match: true
! "New style theme file" Set from: Default
rofi.theme: solarized
rofi.theme: Monokai
! "Color scheme for normal row" Set from: Default
! rofi.color-normal:
! "Color scheme for urgent row" Set from: Default