diff options
-rw-r--r-- | .config/picom/picom.conf | 1 | ||||
-rw-r--r-- | .config/rofi/config.rasi | 3 |
2 files changed, 3 insertions, 1 deletions
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 = [ | |||
13 | "name = 'Notification'", | 13 | "name = 'Notification'", |
14 | "class_g = 'Conky'", | 14 | "class_g = 'Conky'", |
15 | "class_g = 'Dunst'", | 15 | "class_g = 'Dunst'", |
16 | "class_g = 'Rofi'", | ||
16 | "_GTK_FRAME_EXTENTS@:c" | 17 | "_GTK_FRAME_EXTENTS@:c" |
17 | ]; | 18 | ]; |
18 | 19 | ||
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" | ||