last 7 months of qs changes
This commit is contained in:
parent
2c64563ade
commit
4b90113a54
103 changed files with 3467 additions and 1415 deletions
|
|
@ -1,19 +1,14 @@
|
|||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
import Quickshell.Hyprland
|
||||
|
||||
Singleton {
|
||||
readonly property alias termSelect: termSelectBind.pressed;
|
||||
signal screenshot();
|
||||
|
||||
Shortcut {
|
||||
name: "screenshot"
|
||||
onPressed: screenshot()
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
id: termSelectBind
|
||||
name: "termselect"
|
||||
IpcHandler {
|
||||
target: "screenshot"
|
||||
function takeScreenshot() { screenshot(); }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue