diff options
author | Yigit Sever | 2019-03-20 22:16:07 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-20 22:16:07 +0300 |
commit | 20a87a136c71df3df28f121a5df529a982ed5f0e (patch) | |
tree | 84c70ce69119e77e992b8f0bf5d3678dcad7cdee | |
parent | 4828c9c6b98d4e93c236eec4fc0f008ee0f65b9d (diff) | |
download | dotfiles-20a87a136c71df3df28f121a5df529a982ed5f0e.tar.gz dotfiles-20a87a136c71df3df28f121a5df529a982ed5f0e.tar.bz2 dotfiles-20a87a136c71df3df28f121a5df529a982ed5f0e.zip |
Dunst actions properly forwarded to rofi
-rwxr-xr-x | .config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 138a1d7..e1d2052 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc | |||
@@ -26,7 +26,7 @@ icon_position = left | |||
26 | max_icon_size = 64x64 | 26 | max_icon_size = 64x64 |
27 | icon_path = "/usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/places/" | 27 | icon_path = "/usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/places/" |
28 | sticky_history = yes | 28 | sticky_history = yes |
29 | dmenu = "/usr/bin/rofi" | 29 | dmenu = "/usr/bin/rofi -dmenu" |
30 | history_length = 20 | 30 | history_length = 20 |
31 | browser = /usr/bin/firefox | 31 | browser = /usr/bin/firefox |
32 | title = Dunst | 32 | title = Dunst |