updated toolbelt to not create a new window for chscheme; it now resizes the same window and moves it so that the mouse is at the center of the window. If chscheme is closed, it reverts back to its original size and goes back to the previous menu

This commit is contained in:
pagedmov
2024-10-26 06:12:29 -04:00
parent 805c53ea2c
commit b66fbc4944
5 changed files with 133 additions and 17 deletions

View File

@@ -86,6 +86,7 @@
self = self;
pkgs = pkgs;
};
moveonscreen = import ./wm-controls/moveonscreen.nix { pkgs = pkgs; };
toolbelt = import ./commands/toolbelt.nix { pkgs = pkgs; };
viconf = import ./commands/viconf.nix {
pkgs = pkgs;
@@ -115,6 +116,7 @@ in {
switchmon
toggle_blur
toggle_float
moveonscreen
toggle_oppacity
toggle_waybar
toolbelt