X-Git-Url: https://git.danix.xyz/?p=danixland-rofi.git;a=blobdiff_plain;f=theme%2Flibs%2Fsettings.rasi;fp=theme%2Flibs%2Fsettings.rasi;h=6b4535a20e1e6075311379cc6eccf6fb78b4334d;hp=0000000000000000000000000000000000000000;hb=a442b5f5948a8099c458cc85b7dc3ae8a3af1f28;hpb=dfe1ea0cd0abfd1ed332cbbd85d3d73108b4be49 diff --git a/theme/libs/settings.rasi b/theme/libs/settings.rasi new file mode 100644 index 0000000..6b4535a --- /dev/null +++ b/theme/libs/settings.rasi @@ -0,0 +1,19 @@ +configuration { + modi: "run,window,drun,ssh"; +/* font: "Inconsolata Nerd Font Regular 12";*/ + drun-display-format: "{icon} {name}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "MB-Mango-Suru-GLOW"; + drun-match-fields: "name,generic,exec,category"; + hide-scrollbar: true; + cycle: true; +/* fullscreen: true;*/ + sidebar-mode: false; + terminal: "alacritty"; + ssh-client: "ssh"; + ssh-command: "{terminal} -e {ssh-client} {host}"; + run-command: "{cmd}"; + run-shell-command: "{terminal} -e {cmd}"; + cache-dir: "/home/danix/.cache/"; +}