mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Change terminal to xfce4-terminal; fix ssh commands
This commit is contained in:
parent
1a9b0c7e46
commit
15e477e2c3
|
@ -63,17 +63,17 @@ rofi.modi: window,drun,ssh
|
||||||
! "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
|
||||||
! "Terminal to use" Set from: Default
|
! "Terminal to use" Set from: Default
|
||||||
! rofi.terminal: rofi-sensible-terminal
|
rofi.terminal: xfce4-terminal
|
||||||
! "Ssh client to use" Set from: Default
|
! "Ssh client to use" Set from: Default
|
||||||
! rofi.ssh-client: ssh
|
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
|
||||||
! rofi.run-list-command:
|
! rofi.run-list-command:
|
||||||
! "Run command to execute that runs in shell" Set from: Default
|
! "Run command to execute that runs in shell" Set from: Default
|
||||||
! rofi.run-shell-command: {terminal} -e {cmd}
|
rofi.run-shell-command: {terminal} -e "{cmd}"
|
||||||
! "Command executed on accep-entry-custom for window modus" Set from: Default
|
! "Command executed on accep-entry-custom for window modus" Set from: Default
|
||||||
! rofi.window-command: xkill -id {window}
|
! rofi.window-command: xkill -id {window}
|
||||||
! "Disable history in run/ssh" Set from: Default
|
! "Disable history in run/ssh" Set from: Default
|
||||||
|
|
Loading…
Reference in a new issue