make opening apps from touchscreen possible in de2u
This commit is contained in:
parent
c8b99a74ac
commit
910c6f46df
1 changed files with 3 additions and 3 deletions
|
@ -179,6 +179,7 @@ in {
|
|||
window-swap-up = ["<Ctrl><Super>k" "<Ctrl><Super>Up"];
|
||||
};
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
enable-hot-corners = !cfg.tiling;
|
||||
show-battery-percentage = true;
|
||||
};
|
||||
|
@ -211,7 +212,7 @@ in {
|
|||
workspace-popup = false;
|
||||
window-picker-icon = false;
|
||||
animation = 3;
|
||||
dash = false;
|
||||
dash = !cfg.tiling;
|
||||
double-super-to-appgrid = true;
|
||||
};
|
||||
"org/gnome/shell" = {
|
||||
|
@ -237,8 +238,7 @@ in {
|
|||
"sound-output-device-chooser@kgshank.net"
|
||||
# "blur-my-shell@aunetx"
|
||||
# "burn-my-windows@schneegans.github.com"
|
||||
"forge@jmmaranan.com"
|
||||
];
|
||||
] ++ (lib.optional cfg.tiling "forge@jmmaranan.com");
|
||||
};
|
||||
"org/gnome/desktop/peripherals/touchpad" = {
|
||||
natural-scroll = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue