Loading pkgs/applications/window-managers/i3/cycle-focus.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , rustPlatform }: rustPlatform.buildRustPackage { pname = "i3-cycle-focus"; version = "unstable-2021-09-27"; src = fetchFromGitHub { owner = "TheDoctor314"; repo = "i3-cycle-focus"; rev = "d94f22e4b8502de4ed846a211fa0c8418b3e3e89"; hash = "sha256-caZKvxOqoYgPs+Zjltj8K0/ospjkLnA4kh0rsTjeU3Y="; }; cargoHash = "sha256-9glaxThm/ovgvUWCyrycS/Oe5t8iN5P38fF5vO5awQE="; meta = with lib; { description = "A simple tool to cyclically switch between the windows on the active workspace"; homepage = "https://github.com/TheDoctor314/i3-cycle-focus"; license = licenses.unlicense; maintainers = with maintainers; [ GaetanLepage ]; platforms = platforms.linux; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -31172,6 +31172,8 @@ with pkgs; i3-balance-workspace = python3Packages.callPackage ../applications/window-managers/i3/balance-workspace.nix { }; i3-cycle-focus = callPackage ../applications/window-managers/i3/cycle-focus.nix { }; i3-easyfocus = callPackage ../applications/window-managers/i3/easyfocus.nix { }; i3-layout-manager = callPackage ../applications/window-managers/i3/layout-manager.nix { }; Loading
pkgs/applications/window-managers/i3/cycle-focus.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , rustPlatform }: rustPlatform.buildRustPackage { pname = "i3-cycle-focus"; version = "unstable-2021-09-27"; src = fetchFromGitHub { owner = "TheDoctor314"; repo = "i3-cycle-focus"; rev = "d94f22e4b8502de4ed846a211fa0c8418b3e3e89"; hash = "sha256-caZKvxOqoYgPs+Zjltj8K0/ospjkLnA4kh0rsTjeU3Y="; }; cargoHash = "sha256-9glaxThm/ovgvUWCyrycS/Oe5t8iN5P38fF5vO5awQE="; meta = with lib; { description = "A simple tool to cyclically switch between the windows on the active workspace"; homepage = "https://github.com/TheDoctor314/i3-cycle-focus"; license = licenses.unlicense; maintainers = with maintainers; [ GaetanLepage ]; platforms = platforms.linux; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -31172,6 +31172,8 @@ with pkgs; i3-balance-workspace = python3Packages.callPackage ../applications/window-managers/i3/balance-workspace.nix { }; i3-cycle-focus = callPackage ../applications/window-managers/i3/cycle-focus.nix { }; i3-easyfocus = callPackage ../applications/window-managers/i3/easyfocus.nix { }; i3-layout-manager = callPackage ../applications/window-managers/i3/layout-manager.nix { };