'change wallpaper' option in toolbelt now returns to the original fzf window if escape is pressed
This commit is contained in:
@@ -91,12 +91,14 @@
|
||||
viconf = import ./commands/viconf.nix {
|
||||
pkgs = pkgs;
|
||||
};
|
||||
chscheme = import ./nix/chscheme.nix {
|
||||
chscheme = import ./wm-controls/chscheme.nix {
|
||||
pkgs = pkgs;
|
||||
};
|
||||
chpaper = import ./wm-controls/chpaper.nix { pkgs = pkgs; };
|
||||
in {
|
||||
home.packages = [
|
||||
compress
|
||||
chpaper
|
||||
chscheme
|
||||
keyring
|
||||
crs
|
||||
|
||||
Reference in New Issue
Block a user