quickshell: use qs imports instead of root:/

This commit is contained in:
end-4
2025-07-17 20:24:01 +07:00
parent fb6721e348
commit 254870c9ab
177 changed files with 983 additions and 1252 deletions
+1 -9
View File
@@ -1,9 +1,7 @@
pragma Singleton
import "root:/modules/common"
import qs.modules.common
import Quickshell
import Quickshell.Io
import Quickshell.Hyprland
Singleton {
id: root
@@ -12,12 +10,6 @@ Singleton {
property list<int> altKeys: [56, 100] // Keycodes for Alt keys (left and right)
property list<int> ctrlKeys: [29, 97] // Keycodes for Ctrl keys (left and right)
onShiftModeChanged: {
if (shiftMode === 0) {
}
}
function releaseAllKeys() {
const keycodes = Array.from(Array(249).keys());
Quickshell.execDetached([