Files
dotfiles/niri/dms.kdl
T

30 lines
819 B
KDL

//---------------------------------
//- Profile for DMS desktop shell -
//---------------------------------
spawn-at-startup "dms" "run" "--session"
spawn-at-startup "bash" "-c" "wl-paste --watch cliphist store &"
binds {
// Mod+Space hotkey-overlay-title="Application Launcher" {
// spawn "dms" "ipc" "call" "spotlight" "toggle";
// }
Mod+Alt+V hotkey-overlay-title="Clipboard Manager" {
spawn "dms" "ipc" "call" "clipboard" "toggle";
}
Mod+Alt+s hotkey-overlay-title="Settings" {
spawn "dms" "ipc" "call" "settings" "toggle";
}
Mod+N hotkey-overlay-title="Notification Center" {
spawn "dms" "ipc" "call" "notifications" "toggle";
}
Super+Alt+L hotkey-overlay-title="Lock the Screen: lock" {
spawn-sh "dms ipc call lock lock";
}
}