forked from Shinonome/dots-hyprland
fix annoying ass kb focus, i think
This commit is contained in:
@@ -40,7 +40,7 @@ const pinButton = Button({
|
||||
sideleftContent.toggleClassName('sidebar-pinned', self.attribute.enabled);
|
||||
|
||||
if (self.attribute.enabled) {
|
||||
sideleftWindow.exclusivity = 'exclusive';
|
||||
sideleftWindow.exclusivity = 'on-demad';
|
||||
}
|
||||
else {
|
||||
sideleftWindow.exclusivity = 'normal';
|
||||
|
||||
Reference in New Issue
Block a user