last 7 months of qs changes

This commit is contained in:
outfoxxed 2025-01-06 00:13:19 -08:00
parent 2c64563ade
commit 4b90113a54
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
103 changed files with 3467 additions and 1415 deletions

View file

@ -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(); }
}
}