diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 9119512..c6e5af4 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -34,7 +34,8 @@ source = ~/.config/hypr/monitors.conf # Set programs that you use $terminal = alacritty $fileManager = dolphin -$menu = hyprlauncher +$menu = wofi --show drun +# $menu = hyprlauncher ################# @@ -47,8 +48,10 @@ $menu = hyprlauncher # exec-once = $terminal # exec-once = nm-applet & # exec-once = waybar & hyprpaper & firefox +exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = waybar & swaync & hyprpaper & hyprland-per-window-layout + ############################# ### ENVIRONMENT VARIABLES ### ############################# @@ -358,4 +361,4 @@ windowrule { name = pavu match:class = org.pulseaudio.pavucontrol float = yes -} +} \ No newline at end of file diff --git a/waybar/.config/waybar/config.jsonc b/waybar/.config/waybar/config.jsonc index f6ef8a2..b53cc79 100755 --- a/waybar/.config/waybar/config.jsonc +++ b/waybar/.config/waybar/config.jsonc @@ -34,7 +34,7 @@ "format": "", "tooltip": false, "tooltip-format": "Apps", - "on-click": "hyprlauncher" + "on-click": "wofi --show drun" }, "tray": { "icon-size": 21, @@ -147,4 +147,4 @@ //"hibernate": "systemctl hibernate" } } -} \ No newline at end of file +}