Multiple updates, add modes to the dwm window manager. Fenrir's new settings file.

This commit is contained in:
Storm Dragon
2026-01-29 19:18:02 -05:00
parent f35a523664
commit 57ba7c650a
3 changed files with 242 additions and 103 deletions
+23
View File
@@ -0,0 +1,23 @@
# Keymode Configuration
# Configuration for modal keyboard interaction tool
[settings]
# Timeout in seconds (0 = no timeout, waits indefinitely)
timeout_seconds = 0
# Example mode: ratpoison-style application launcher
[mode.ratpoison]
description = "Ratpoison Mode"
# Sound played when entering mode (sox command)
# Will be played in reverse when exiting
sound = "play -qV0 \"|sox -np synth .07 sq 400\" \"|sox -np synth .5 sq 800\" fade h 0 .5 .5 norm -20"
[mode.ratpoison.keys]
# Format: key = "command to execute"
# Special keys use quotes: "F1", "F2", etc.
# Modifiers: "Control+c", "Alt+f", "Shift+x", "Super+r"
# Escape always exits without action (built-in)
# Unbound keys are ignored - the mode waits for a valid key
r = "/usr/local/bin/record.sh"
w = "brave"