Compare commits
No commits in common. "cc0b41031a437b1607267ac04d7c510943166778" and "ff27ceddee5e9fbd423e7fcc5bbcd6a1ae12edac" have entirely different histories.
cc0b41031a
...
ff27ceddee
|
@ -211,17 +211,11 @@ 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
|
||||||
|
@ -368,8 +362,6 @@ in with lib; {
|
||||||
'';
|
'';
|
||||||
onChange = "systemctl --user restart pypr";
|
onChange = "systemctl --user restart pypr";
|
||||||
};
|
};
|
||||||
# Bluetooth applet
|
|
||||||
services.blueman-applet.enable = true;
|
|
||||||
#########################
|
#########################
|
||||||
## SwayNotificationCenter (notifications)
|
## SwayNotificationCenter (notifications)
|
||||||
#########################
|
#########################
|
||||||
|
@ -476,7 +468,6 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue