Float bluetooth manager
This commit is contained in:
parent
34d156131f
commit
cc0b41031a
|
@ -211,11 +211,17 @@ in with lib; {
|
|||
bind = $mainMod, W, exec, ${shortcuts}/bin/shortcuts ~/.config/shortcuts/shortcuts.toml
|
||||
|
||||
## Window rules
|
||||
|
||||
|
||||
# Gamescope - vmware
|
||||
windowrulev2 = float,class:^(.gamescope-wrapped)$,title:VMware Workstation
|
||||
windowrulev2 = noborder,class:^(.gamescope-wrapped)$,title:VMware Workstation
|
||||
windowrulev2 = rounding 0,class:^(.gamescope-wrapped)$,title:VMware Workstation
|
||||
|
||||
# Bluetooth manager
|
||||
windowrulev2 = float,class:^(.blueman-manager-wrapped)$
|
||||
windowrulev2 = center,class:^(.blueman-manager-wrapped)$
|
||||
|
||||
## Scratchpads
|
||||
|
||||
# Alacritty
|
||||
|
@ -363,9 +369,7 @@ in with lib; {
|
|||
onChange = "systemctl --user restart pypr";
|
||||
};
|
||||
# Bluetooth applet
|
||||
systemd.user.services.blueman-applet = {
|
||||
Install = { WantedBy = [ "hyprland-session.target" ]; };
|
||||
};
|
||||
services.blueman-applet.enable = true;
|
||||
#########################
|
||||
## SwayNotificationCenter (notifications)
|
||||
#########################
|
||||
|
|
Loading…
Reference in New Issue