|
|
@@ -1,59 +1,59 @@
|
|
|
binds {
|
|
|
Mod+Y hotkey-overlay-title="Clipboard Manager" {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "launcher" "clipboard";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "launcher" "clipboard";
|
|
|
}
|
|
|
|
|
|
Mod+Comma hotkey-overlay-title="Settings" {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "settings" "toggle";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "settings" "toggle";
|
|
|
}
|
|
|
|
|
|
// Audio
|
|
|
XF86AudioRaiseVolume allow-when-locked=true {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "volume" "increase";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "volume" "increase";
|
|
|
}
|
|
|
XF86AudioLowerVolume allow-when-locked=true {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "volume" "decrease";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "volume" "decrease";
|
|
|
}
|
|
|
XF86AudioMute allow-when-locked=true {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "volume" "muteOutput";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "volume" "muteOutput";
|
|
|
}
|
|
|
XF86AudioMicMute allow-when-locked=true {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "volume" "muteInput";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "volume" "muteInput";
|
|
|
}
|
|
|
|
|
|
// Brightness
|
|
|
XF86MonBrightnessUp allow-when-locked=true {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "brightness" "increase";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "brightness" "increase";
|
|
|
}
|
|
|
XF86MonBrightnessDown allow-when-locked=true {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "brightness" "decrease";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "brightness" "decrease";
|
|
|
}
|
|
|
|
|
|
- Mod+Shift+E { spawn "noctalia-shell" "ipc" "call" "sessionMenu" "toggle"; }
|
|
|
+ Mod+Shift+E { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "sessionMenu" "toggle"; }
|
|
|
|
|
|
// Control Center
|
|
|
Mod+S hotkey-overlay-title="Control Center" {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "controlCenter" "toggle";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "controlCenter" "toggle";
|
|
|
}
|
|
|
|
|
|
Mod+Period hotkey-overlay-title="Emoji Picker" {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "launcher" "emoji";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "launcher" "emoji";
|
|
|
}
|
|
|
|
|
|
// Media Controls
|
|
|
XF86AudioPlay allow-when-locked=true hotkey-overlay-title="Media: Play/Pause" {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "media" "playPause";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "media" "playPause";
|
|
|
}
|
|
|
XF86AudioNext allow-when-locked=true hotkey-overlay-title="Media: Next" {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "media" "next";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "media" "next";
|
|
|
}
|
|
|
XF86AudioPrev allow-when-locked=true hotkey-overlay-title="Media: Previous" {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "media" "previous";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "media" "previous";
|
|
|
}
|
|
|
|
|
|
// Screen Recorder
|
|
|
Mod+Shift+R hotkey-overlay-title="Screen Recorder" {
|
|
|
- spawn "noctalia-shell" "ipc" "call" "screenRecorder" "toggle";
|
|
|
+ spawn "qs" "-c" "noctalia-shell" "ipc" "call" "screenRecorder" "toggle";
|
|
|
}
|
|
|
}
|
|
|
|