aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/rofi.rasi
diff options
context:
space:
mode:
authorTimo Wilken2024-03-09 14:52:56 +0100
committerTimo Wilken2024-03-10 16:19:00 +0100
commitde20fc8d904643ffe6957febfc6a24e57c12b512 (patch)
tree8177459e40786bd432a37c5833f26350fb689356 /tw/home/files/rofi.rasi
parentda5e9d5ee98dfc216eb7e3b1559c09f4bf868bf6 (diff)
Separate home service into PIM, dev env and graphical parts
This means we only instantiate Shepherd and mcron services if we really need them, to avoid annoyance on servers.
Diffstat (limited to 'tw/home/files/rofi.rasi')
-rw-r--r--tw/home/files/rofi.rasi41
1 files changed, 0 insertions, 41 deletions
diff --git a/tw/home/files/rofi.rasi b/tw/home/files/rofi.rasi
deleted file mode 100644
index 83363c14..00000000
--- a/tw/home/files/rofi.rasi
+++ /dev/null
@@ -1,41 +0,0 @@
-/* -*- 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"