improved bar scripts (needs to be reliable though)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
binddm = [
|
||||
"SUPER, mouse:272, Move Window via Mouse, movewindow"
|
||||
"SUPER, mouse:273, Resize Window with Mouse, resizewindow"
|
||||
];
|
||||
bindd =
|
||||
[
|
||||
# essential
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
windowrulev2 = [
|
||||
"float, class:^(org\.hakase\..*)$"
|
||||
"center, class:^(org\.hakase\..*)$"
|
||||
"size 80% 70%, class:^(org\.hakase\..*)$" # Example using percentages
|
||||
# "float, class:^(org\.hakase\..*)$"
|
||||
# "center, class:^(org\.hakase\..*)$"
|
||||
# "size 80% 70%, class:^(org\.hakase\..*)$" # Example using percentages
|
||||
# --- POPUP RULES (Wifi, BT, Audio) ---
|
||||
"size 602 478, class:^(org\.hakase\.popup\..*)$"
|
||||
"move 1312 32, class:^(org\.hakase\.popup\..*)$"
|
||||
"float, class:^(org\.hakase\.popup\..*)$"
|
||||
"pin, class:^(org\.hakase\.popup\..*)$"
|
||||
"animation slide right, class:^(org\.hakase\.popup\..*)$"
|
||||
"dimaround, class:^(org\.hakase\.popup\..*)$"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user