feat(ags): remove squeekboard dependency

This commit is contained in:
matt1432 2024-04-07 11:34:44 -04:00
parent 9766d98542
commit 4e7904775b
11 changed files with 54 additions and 155 deletions
modules/ags

View file

@ -88,7 +88,6 @@ in {
])
++ (optionals isTouchscreen (with pkgs; [
lisgd
squeekboard
ydotool
]));
};
@ -100,12 +99,10 @@ in {
"layers, 0"
];
exec-once =
[
"ags"
"sleep 3; ags -r 'App.openWindow(\"applauncher\")'"
]
++ optionals isTouchscreen ["squeekboard"];
exec-once = [
"ags"
"sleep 3; ags -r 'App.openWindow(\"applauncher\")'"
];
bind = [
"$mainMod SHIFT, E, exec, ags -t powermenu"