feat(hyprland): remove drun bind

This commit is contained in:
ooks-io 2024-03-30 20:26:55 +13:00
parent 04c36908ff
commit 82c74b845b

View file

@ -130,8 +130,8 @@ in
"SUPER, mouse:272, movewindow"
"SUPER, mouse:273, resizewindow"
];
bindr = [
"SUPER, SUPER_L, exec, killall rofi || rofi -show drun"
];
# bindr = [
# "SUPER, SUPER_L, exec, killall rofi || rofi -show drun"
# ];
};
}