diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index be5793c..7a05247 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,7 +27,7 @@ width = 300 # The maximum height of a single notification, excluding the frame. - height = 300 + height = (0,300) # Position the notification in the top right corner origin = top-right diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..3b2b22a --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,8 @@ +configuration { + modes: [ combi ]; + combi-modes: [ window, drun, run ]; +} + +//@theme "Arthur" + +@theme "/usr/share/rofi/themes/rounded-blue-dark-copy.rasi"