Compare commits
3 Commits
ff27ceddee
...
cc0b41031a
Author | SHA1 | Date |
---|---|---|
Nathan McCarty | cc0b41031a | |
Nathan McCarty | 34d156131f | |
Nathan McCarty | 6f39ba2153 |
|
@ -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
|
||||
|
@ -362,6 +368,8 @@ in with lib; {
|
|||
'';
|
||||
onChange = "systemctl --user restart pypr";
|
||||
};
|
||||
# Bluetooth applet
|
||||
services.blueman-applet.enable = true;
|
||||
#########################
|
||||
## SwayNotificationCenter (notifications)
|
||||
#########################
|
||||
|
@ -468,6 +476,7 @@ in with lib; {
|
|||
default = [ "" "" "" ];
|
||||
};
|
||||
on-click = "pavucontrol";
|
||||
ignored-sinks = [ "Easy Effects Sink" ];
|
||||
};
|
||||
network = {
|
||||
# // "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
|
|
Loading…
Reference in New Issue