/* ========================================================================= * rofi — Catppuccin Macchiato * Font: Inconsolata Nerd Font * Docs: man 5 rofi-theme * ========================================================================= */ configuration { modes: "drun,run,window,ssh"; font: "Inconsolata Nerd Font 12"; show-icons: true; icon-theme: "Papirus-Dark"; display-drun: " Apps"; display-run: " Run"; display-window: " Window"; display-ssh: " SSH"; drun-display-format: "{name}"; window-format: "{w} · {c} · {t}"; terminal: "kitty"; ssh-client: "ssh"; ssh-command: "{terminal} -e {ssh-client} {host}"; matching: "fuzzy"; sort: true; sorting-method: "fzf"; drun-match-fields: "name,generic,exec,categories,keywords"; drun-use-desktop-cache: false; hover-select: true; me-select-entry: ""; me-accept-entry: "MousePrimary"; kb-mode-next: "Shift+Right,Control+Tab"; kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab"; kb-row-up: "Up,Control+k"; kb-row-down: "Down,Control+j"; kb-remove-to-eol: ""; } @theme "~/.config/rofi/themes/catppuccin-macchiato.rasi"