diff options
author | zachir <zachir@librem.one> | 2025-07-18 23:25:11 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-18 23:25:11 -0500 |
commit | 3e9a0b3eb3926de7a04be493300fa105229a2b2e (patch) | |
tree | 36ad69c880cfdd10d620e16a4b3cc20c825f4aa2 | |
parent | cae8602e4ee483c27ce820f1442fd1ac964748ad (diff) | |
parent | 3d3d9d5bdffcad1f32b99246591b9a03c4efe2ef (diff) |
Merge branch 'master' into cascas
-rw-r--r-- | hypr/hyprland.conf | 2 | ||||
-rw-r--r-- | mpd/mpd.conf | 15 | ||||
-rw-r--r-- | waybar/config | 2 |
3 files changed, 13 insertions, 6 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 16363cd..4c46144 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -352,7 +352,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 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 { diff --git a/waybar/config b/waybar/config index a027899..65618e5 100644 --- a/waybar/config +++ b/waybar/config @@ -1,5 +1,5 @@ { - "layer": "top", + "layer": "bottom", "position": "top", "height": 36, //"output": "%%DISPLAY%%", |