summaryrefslogtreecommitdiffstats
path: root/.config/rofi
diff options
context:
space:
mode:
authorYigit Sever2021-09-30 17:32:32 +0300
committerYigit Sever2021-09-30 17:33:01 +0300
commit9e54abc8b61aeb959379f569256e93c07d4aa5a4 (patch)
treed495365aae713868e3d5fdeb8a987b25d443bde4 /.config/rofi
parentdfe57b70cd527503e1b277bdea278747e8ab9bb1 (diff)
downloaddotfiles-9e54abc8b61aeb959379f569256e93c07d4aa5a4.tar.gz
dotfiles-9e54abc8b61aeb959379f569256e93c07d4aa5a4.tar.bz2
dotfiles-9e54abc8b61aeb959379f569256e93c07d4aa5a4.zip
picom: no shadows on rofi
diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config.rasi3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 647b36a..8f1c308 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -3,8 +3,9 @@ configuration {
3 show-icons: true; 3 show-icons: true;
4 terminal: "kitty"; 4 terminal: "kitty";
5 combi-modi: "window,drun"; 5 combi-modi: "window,drun";
6 theme: "slate";
7 display-window: "↪"; 6 display-window: "↪";
8 display-run: "!"; 7 display-run: "!";
9 display-drun: "λ"; 8 display-drun: "λ";
10} 9}
10
11@theme "/usr/share/rofi/themes/arthur.rasi"