make opening apps from touchscreen possible in de2u
This commit is contained in:
parent
c8b99a74ac
commit
910c6f46df
@ -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…
Reference in New Issue
Block a user