diff --git a/home/.config/dunst/dunstrc b/home/.config/dunst/dunstrc index fda85b2e..0a93a4a8 100644 --- a/home/.config/dunst/dunstrc +++ b/home/.config/dunst/dunstrc @@ -210,7 +210,7 @@ ### Misc/Advanced ### # dmenu path. - dmenu = dmenu -p dunst: + dmenu = wofi -p dunst: # Browser for opening urls in context menu. browser = firefox -new-tab @@ -229,7 +229,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 0 + corner_radius = 10 # Ignore the dbus closeNotification message. # Useful to enforce the timeout set by dunst configuration. Without this diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index c30b20b0..ffb9ca64 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -36,8 +36,6 @@ exec-once = nm-applet exec-once = udiskie exec-once = waybar -exec-once = foot - ############################# ### ENVIRONMENT VARIABLES ### #############################