Multiple updates, add modes to the dwm window manager. Fenrir's new settings file.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user