From 6ec8acc98fe0512eb5341265f651878be92e8405 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 18 Jul 2025 23:24:19 -0500 Subject: Use lf not lfrun --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 166c40b..b6177dd 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -323,7 +323,7 @@ bind = $mainMod $secdMod, P, exec, passmenu #{{{ Misc bindings bind = $mainMod, Return, exec, st -bind = $mainMod $secdMod, F, exec, st lfrun +bind = $mainMod $secdMod, F, exec, st lf bind = $mainMod, W, exec, pkill -USR1 waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend -- cgit v1.2.3 From f4c7084c7a822bd5052c62e6fcb2a586b53c0787 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 18 Jul 2025 23:24:42 -0500 Subject: Use pipewire not pulseaudio for mpd --- mpd/mpd.conf | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/mpd/mpd.conf b/mpd/mpd.conf index e26dbd1..755f1c8 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -275,11 +275,18 @@ input { # # An example of a pulseaudio output (streaming to a remote pulseaudio server) # +#audio_output { +# type "pulse" +# name "My Pulse Output" +## server "remote_server" # optional +## sink "remote_server_sink" # optional +#} +# +# Pipewire output +# audio_output { - type "pulse" - name "My Pulse Output" -# server "remote_server" # optional -# sink "remote_server_sink" # optional + type "pipewire" + name "Pipewire Sound Server" } audio_output { -- cgit v1.2.3 From 3d3d9d5bdffcad1f32b99246591b9a03c4efe2ef Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 18 Jul 2025 23:25:00 -0500 Subject: Set waybar layer to bottom --- waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config b/waybar/config index 664a19d..77f7386 100644 --- a/waybar/config +++ b/waybar/config @@ -1,5 +1,5 @@ { - "layer": "top", + "layer": "bottom", "position": "top", "height": 36, //"output": "%%DISPLAY%%", -- cgit v1.2.3