Float bluetooth manager

This commit is contained in:
Nathan McCarty 2023-06-18 02:52:08 -04:00
parent 34d156131f
commit cc0b41031a
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 7 additions and 3 deletions

View File

@ -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)
#########################