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