forked from Shinonome/dots-hyprland
use hyprland's animations instead of gtk css
should make things much smoother
This commit is contained in:
@@ -61,10 +61,7 @@ const Windows = () => [
|
||||
];
|
||||
|
||||
const CLOSE_ANIM_TIME = 210; // Longer than actual anim time to make sure widgets animate fully
|
||||
const closeWindowDelays = { // For animations
|
||||
'sideright': CLOSE_ANIM_TIME,
|
||||
'sideleft': CLOSE_ANIM_TIME,
|
||||
};
|
||||
const closeWindowDelays = {}; // For animations
|
||||
for(let i = 0; i < (Gdk.Display.get_default()?.get_n_monitors() || 1); i++) {
|
||||
closeWindowDelays[`osk${i}`] = CLOSE_ANIM_TIME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user