From 9e54abc8b61aeb959379f569256e93c07d4aa5a4 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 30 Sep 2021 17:32:32 +0300 Subject: picom: no shadows on rofi --- .config/picom/picom.conf | 1 + .config/rofi/config.rasi | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 0e2be0a..035c4fd 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -13,6 +13,7 @@ shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g = 'Dunst'", + "class_g = 'Rofi'", "_GTK_FRAME_EXTENTS@:c" ]; 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 { show-icons: true; terminal: "kitty"; combi-modi: "window,drun"; - theme: "slate"; display-window: "↪"; display-run: "!"; display-drun: "λ"; } + +@theme "/usr/share/rofi/themes/arthur.rasi" -- cgit v1.2.3-70-g09d2