diff --git a/rofi/.config/rofi/config2.rasi b/rofi/.config/rofi/config2.rasi new file mode 100644 index 0000000..4cd8e04 --- /dev/null +++ b/rofi/.config/rofi/config2.rasi @@ -0,0 +1,28 @@ +@theme "/usr/share/rofi/themes/Arc-Dark.rasi" +configuration{ + modi:"run,drun"; + modes:"run,drun,ssh,filebrowser"; + icon-theme:"Papirus"; + show-icons: true; + terminal:"kitty"; + drun-display-format: "{icon} {name}"; + location: 0; + disable-history: false; + hide-scrollbar: true; + display-drun: "  Apps "; + display-run: "  Run "; + display-ssh: " 󰲝 SSH "; + display-filebrowser: " 󰪶 Files " ; + run-command: "{cmd}"; + drun-url-launcher: "xdg-open"; + sidebar-mode: true; + filebrowser { + directories-first: true; + sorting-method: "name"; + } + ssh-client: "ssh"; + ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]"; + run-command: "{cmd}"; + run-list-command: ""; + run-shell-command: "{terminal} -e {cmd}"; +}