codesardine / jde

Linux desktop environment built with HTML5, CSS, JavaScript and Python.
GNU General Public License v3.0
685 stars 65 forks source link

remove hot corners #104

Closed JoaquinDecima closed 3 years ago

JoaquinDecima commented 3 years ago

Using Hot corners is really annoying, I wish I could remove it.

codesardine commented 3 years ago

Set corners to display:none. then drop the CSS in /home/username/.config/theme/style.css

JoaquinDecima commented 3 years ago

What is the ID or class to select display none? I looked for it in the css of the theme of the src folder and I did not find anything with the name "corner" or similar

codesardine commented 3 years ago

.drag-target, under settings dev tools you have a inspector, turn it on, to inspect HTML/CSS/Javascript