From 78b45d065a3d2560b21d23b0d22fae9f37437f6b Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 8 Oct 2022 13:39:24 +0800 Subject: Add rofi config --- Makefile | 3 +++ X11/rofi/config.rasi | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 X11/rofi/config.rasi diff --git a/Makefile b/Makefile index a9ff0b2..d4fd9aa 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,9 @@ theme: openbox: theme ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ +rofi: + ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi + archcraft: ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot diff --git a/X11/rofi/config.rasi b/X11/rofi/config.rasi new file mode 100644 index 0000000..66f2330 --- /dev/null +++ b/X11/rofi/config.rasi @@ -0,0 +1,12 @@ +configuration { + show-icons: true; + icon-theme: "Zafiro"; + terminal: "alacritty"; + cycle: false; + hide-scrollbar: true; + disable-history: false; +} +window { + font: "hacker 22"; + children: [ inputbar, message, listview, mode-switcher ]; +} -- cgit v1.2.3-70-g09d2