diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-06 06:19:25 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-06 06:19:25 +0200 |
| commit | 9971af12d5b7967d82711217634f7725cd063769 (patch) | |
| tree | a0682bf661a527fe319181fd253502589921852c /config/openbox | |
| parent | aac67d8bd43b8b33812c86c0f189f96d827f0068 (diff) | |
a
Diffstat (limited to 'config/openbox')
| -rwxr-xr-x | config/openbox/audio-run | 11 | ||||
| -rw-r--r-- | config/openbox/rc-templ.xml | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/config/openbox/audio-run b/config/openbox/audio-run new file mode 100755 index 0000000..a6367bd --- /dev/null +++ b/config/openbox/audio-run @@ -0,0 +1,11 @@ +#!/bin/bash + +pkill -9 -f pipewire +pkill -9 -f pipewire-pulse +pkill -9 -f wireplumber + +sleep 1 + +daemon pipewire +daemon pipewire-pulse +urxvt -e "$HOME/.config/openbox/wireplumber" diff --git a/config/openbox/rc-templ.xml b/config/openbox/rc-templ.xml index a0a12ff..68a1094 100644 --- a/config/openbox/rc-templ.xml +++ b/config/openbox/rc-templ.xml @@ -184,6 +184,7 @@ </finalactions> </action> </keybind> + <keybind key="W-w"> <action name="UnmaximizeFull"/> <action name="MoveResizeTo"> @@ -435,6 +436,9 @@ <mousebind button="Left" action="Drag"> <action name="Move"/> </mousebind> + <mousebind button="W-Left" action="Click"> + <action name="ToggleAlwaysOnTop"/> + </mousebind> <mousebind button="Left" action="DoubleClick"> <action name="ToggleMaximize"/> </mousebind> |
