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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user