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
|
bind = $mainMod, W, exec, ${shortcuts}/bin/shortcuts ~/.config/shortcuts/shortcuts.toml
|
||||||
|
|
||||||
## Window rules
|
## Window rules
|
||||||
|
|
||||||
|
|
||||||
# Gamescope - vmware
|
# Gamescope - vmware
|
||||||
windowrulev2 = float,class:^(.gamescope-wrapped)$,title:VMware Workstation
|
windowrulev2 = float,class:^(.gamescope-wrapped)$,title:VMware Workstation
|
||||||
windowrulev2 = noborder,class:^(.gamescope-wrapped)$,title:VMware Workstation
|
windowrulev2 = noborder,class:^(.gamescope-wrapped)$,title:VMware Workstation
|
||||||
windowrulev2 = rounding 0,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
|
## Scratchpads
|
||||||
|
|
||||||
# Alacritty
|
# Alacritty
|
||||||
|
@ -363,9 +369,7 @@ in with lib; {
|
||||||
onChange = "systemctl --user restart pypr";
|
onChange = "systemctl --user restart pypr";
|
||||||
};
|
};
|
||||||
# Bluetooth applet
|
# Bluetooth applet
|
||||||
systemd.user.services.blueman-applet = {
|
services.blueman-applet.enable = true;
|
||||||
Install = { WantedBy = [ "hyprland-session.target" ]; };
|
|
||||||
};
|
|
||||||
#########################
|
#########################
|
||||||
## SwayNotificationCenter (notifications)
|
## SwayNotificationCenter (notifications)
|
||||||
#########################
|
#########################
|
||||||
|
|
Loading…
Reference in New Issue