Added hamr with custom sticker picker plugin

This commit is contained in:
2026-01-07 21:27:52 +01:00
parent 478dc53ea3
commit 0ce82ce27a
4 changed files with 338 additions and 4 deletions

View File

@@ -11,6 +11,10 @@ binds {
spawn-sh "dms ipc call mpris previous";
}
Mod+Comma hotkey-overlay-title="Hamr Sticker Picker" {
spawn "hamr" "plugin" "sticker-picker";
}
// === System & Overview ===
Mod+D repeat=false { toggle-overview; }
Mod+Tab repeat=false { toggle-overview; }
@@ -27,9 +31,9 @@ binds {
Mod+M hotkey-overlay-title="Task Manager" {
spawn "dms" "ipc" "call" "processlist" "focusOrToggle";
}
Mod+Comma hotkey-overlay-title="Settings" {
spawn "dms" "ipc" "call" "settings" "focusOrToggle";
}
// Mod+Comma hotkey-overlay-title="Settings" {
// spawn "dms" "ipc" "call" "settings" "focusOrToggle";
// }
Mod+Y hotkey-overlay-title="Browse Wallpapers" {
spawn "dms" "ipc" "call" "dankdash" "wallpaper";
}