parent
9766d98542
commit
4e7904775b
11 changed files with 54 additions and 155 deletions
modules/ags
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue