mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[dunst] call firefox relatively
This commit is contained in:
parent
02ebb592df
commit
a8a27a5f5c
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
||||||
dmenu = rofi -dmenu
|
dmenu = rofi -dmenu
|
||||||
|
|
||||||
# Browser for opening urls in context menu.
|
# Browser for opening urls in context menu.
|
||||||
browser = /usr/bin/firefox -new-tab
|
browser = firefox -new-tab
|
||||||
|
|
||||||
# Align icons left/right/off
|
# Align icons left/right/off
|
||||||
icon_position = left
|
icon_position = left
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue