Compare commits

...

3 Commits

Author SHA1 Message Date
Nathan McCarty cc0b41031a
Float bluetooth manager 2023-06-18 02:58:09 -04:00
Nathan McCarty 34d156131f
Blueman as service 2023-06-18 02:50:15 -04:00
Nathan McCarty 6f39ba2153
Ignore easy effects in waybar 2023-06-18 02:41:13 -04:00
1 changed files with 9 additions and 0 deletions

View File

@ -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
@ -362,6 +368,8 @@ in with lib; {
''; '';
onChange = "systemctl --user restart pypr"; onChange = "systemctl --user restart pypr";
}; };
# Bluetooth applet
services.blueman-applet.enable = true;
######################### #########################
## SwayNotificationCenter (notifications) ## SwayNotificationCenter (notifications)
######################### #########################
@ -468,6 +476,7 @@ in with lib; {
default = [ "" "" "" ]; default = [ "" "" "" ];
}; };
on-click = "pavucontrol"; on-click = "pavucontrol";
ignored-sinks = [ "Easy Effects Sink" ];
}; };
network = { network = {
# // "interface": "wlp2*", // (Optional) To force the use of this interface # // "interface": "wlp2*", // (Optional) To force the use of this interface