summaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-11 20:46:32 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-11 20:47:59 +0100
commitf22f1723c01b56da14ae1de3491a78af1bc4c464 (patch)
tree030411c811d3474c4b322eca29d1bf8e96b7511f /.config/rofi
parentd8713792f93473fe14e01d151529fb6ef139448f (diff)
Dot files with `chezmoi`
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config.rasi15
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
deleted file mode 100644
index 55fb62d..0000000
--- a/.config/rofi/config.rasi
+++ /dev/null
@@ -1,15 +0,0 @@
-configuration {
- modi: "run,combi";
- cycle: true;
- show-icons: true;
- matching: "glob";
- width: 40;
- columns: 1;
- location: 0;
- padding: 50;
- font: "UbuntuMono Mono 12";
- hide-scrollbar: true;
- sidebar-mode: true;
-}
-
-@theme "gruvbox-dark-hard"