Some checks failed
Mirror Alpine Image / mirror (push) Has been cancelled
Build and Push Docker Image / create-manifest (push) Has been cancelled
Build and Push Docker Image / build (linux/arm64, linux-arm64) (push) Has been cancelled
Build and Push Docker Image / check-version (push) Has been cancelled
Build and Push Docker Image / build (linux/amd64, linux-amd64) (push) Has been cancelled
A containerized Nicotine+ (Soulseek client) with noVNC web interface. Features: - Web-based VNC access with dynamic screen resizing - Firefox ESR browser included for port testing - Multi-architecture support (amd64, arm64) - Automated builds when Nicotine+ releases new versions - Mirrored Alpine base image to avoid Docker Hub rate limiting 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
51 lines
1.4 KiB
XML
51 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<openbox_config xmlns="http://openbox.org/3.4/rc"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<desktops>
|
|
<!-- This wm is GNOME aware -->
|
|
<number>1</number>
|
|
<!-- Always try to focus new windows when they appear. other rules do
|
|
apply -->
|
|
<firstdesk>1</firstdesk>
|
|
<names>
|
|
<name>Desktop</name>
|
|
</names>
|
|
<popupTime>0</popupTime>
|
|
</desktops>
|
|
|
|
<mouse>
|
|
<dragThreshold>8</dragThreshold>
|
|
<doubleClickTime>500</doubleClickTime>
|
|
<screenEdgeWarpTime>0</screenEdgeWarpTime>
|
|
<screenEdgeWarpMouse>false</screenEdgeWarpMouse>
|
|
|
|
<context name="Desktop">
|
|
<mousebind button="Up" action="Click">
|
|
<!-- Disabled desktop switching with mouse wheel -->
|
|
</mousebind>
|
|
<mousebind button="Down" action="Click">
|
|
<!-- Disabled desktop switching with mouse wheel -->
|
|
</mousebind>
|
|
</context>
|
|
|
|
<context name="Titlebar">
|
|
<mousebind button="Left" action="Drag">
|
|
<action name="Move"/>
|
|
</mousebind>
|
|
<mousebind button="Left" action="DoubleClick">
|
|
<action name="ToggleMaximize"/>
|
|
</mousebind>
|
|
<mousebind button="Up" action="Click">
|
|
<!-- Disabled desktop switching -->
|
|
</mousebind>
|
|
<mousebind button="Down" action="Click">
|
|
<!-- Disabled desktop switching -->
|
|
</mousebind>
|
|
</context>
|
|
</mouse>
|
|
|
|
<keyboard>
|
|
<chainQuitKey>C-g</chainQuitKey>
|
|
</keyboard>
|
|
</openbox_config>
|