Files
nicotine-less/openbox-rc.xml
Claude 7911511195
Some checks failed
Build and Push Docker Image / check-version (push) Has been cancelled
Build and Push Docker Image / build (linux/amd64, linux-amd64:host) (push) Has been cancelled
Build and Push Docker Image / build (linux/arm64, linux-arm64:host) (push) Has been cancelled
Build and Push Docker Image / create-manifest (push) Has been cancelled
Initial commit: Nicotine-Less Docker container
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>
2025-10-20 12:12:25 +02:00

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>