From 0f308b1c90444f5f0293bf40aa1ef177bc51036c Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 30 Dec 2022 10:54:17 +0100 Subject: Reorganise Guix home declaration into module tree --- tw/home/files/rofi.rasi | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tw/home/files/rofi.rasi (limited to 'tw/home/files/rofi.rasi') diff --git a/tw/home/files/rofi.rasi b/tw/home/files/rofi.rasi new file mode 100644 index 00000000..83363c14 --- /dev/null +++ b/tw/home/files/rofi.rasi @@ -0,0 +1,41 @@ +/* -*- mode: css -*- */ +configuration { + modi: "combi,windowcd,calc"; + combi-modi: "window,drun,session:sessionmenu,ssh,run"; + terminal: "rofi-sensible-terminal"; + icon-theme: "Papirus-Dark"; + drun-show-actions: true; /* show actions defined in .desktop files as well */ + combi-display-format: "{text}"; /* hide {mode} prefix */ + show-icons: true; + disable-history: false; + case-sensitive: false; + cycle: true; + matching: "normal"; + scroll-method: 0; + /* Needed by Catppuccin theme: */ + sidebar-mode: true; + hide-scrollbar: true; + location: 0; + /* End of theme-related config. */ + display-window: "Windows"; + display-windowcd: "Workspace"; + display-run: "Run"; + display-ssh: "SSH"; + display-drun: "Desktop"; + display-combi: "Combined"; + display-calc: "Calculator"; + display-session: "Session"; + display-keys: "Keys"; + display-filebrowser: "Files"; + display-emoji: "Emoji"; + timeout { + action: "kb-cancel"; + delay: 0; + } + filebrowser { + directories-first: true; + sorting-method: "name"; + } +} + +@theme "catppuccin" -- cgit v1.2.3