diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2024-01-25 09:53:59 -0500 | 
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2024-01-25 09:53:59 -0500 | 
| commit | 2ae09557fc81d668c70620ace7e2ee0670f97cef (patch) | |
| tree | e26d05904b2c258f7304054d4fe1bea7fbdf77b0 /.config/rofi | |
| parent | 7ae706778ea86251f3711b5defa83e975dc6be81 (diff) | |
| download | dotfiles-2ae09557fc81d668c70620ace7e2ee0670f97cef.tar.xz dotfiles-2ae09557fc81d668c70620ace7e2ee0670f97cef.zip | |
pre-upgrade
Diffstat (limited to '.config/rofi')
| -rw-r--r-- | .config/rofi/config.rasi | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 4d0eb3d..90b89fc 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,12 +1,14 @@  @theme "wpg"  configuration { -	modi: "combi,filebrowser,emoji"; +	modi: "combi"; +	combi-modi: "run,ssh,emoji,pass:rofi-pass.sh pass,otp:rofi-pass.sh otp"; +	show-icons: true; +	sidebar-mode: true;  /*	font: "mono 12";*/  /*	location: 0;*/  /*	yoffset: 0;*/  /*	xoffset: 0;*/  /*	fixed-num-lines: true;*/ -	show-icons: true;  /*	terminal: "rofi-sensible-terminal";*/  /*	ssh-client: "ssh";*/  /*	ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ @@ -27,13 +29,11 @@ configuration {  /*	sorting-method: "normal";*/  /*	case-sensitive: false;*/  /*	cycle: true;*/ -	sidebar-mode: true;  /*	hover-select: false;*/  /*	eh: 1;*/  /*	auto-select: false;*/  /*	parse-hosts: false;*/  /*	parse-known-hosts: true;*/ -	combi-modi: "run,ssh";  /*	matching: "normal";*/  /*	tokenize: true;*/  /*	m: "-5";*/ |