rofi launchers
This commit is contained in:
@@ -23,4 +23,6 @@
|
||||
pkgs.bun
|
||||
|
||||
];
|
||||
|
||||
imports = [ ./rofi.nix ];
|
||||
}
|
||||
|
||||
@@ -77,6 +77,9 @@
|
||||
"$mod, f, fullscreen, 0"
|
||||
"$mod SHIFT, f, fullscreen, 1"
|
||||
|
||||
# rofi
|
||||
"$mod, space, exec, ~/.config/rofi-launchers/type-2/launcher.sh"
|
||||
|
||||
# move focus with mod + arrows
|
||||
"$mod, h, movefocus, l"
|
||||
"$mod, j, movefocus, d"
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{ pkgs, ... }: {
|
||||
xdg.configFile."rofi-launchers".source = builtins.fetchFromGithub {
|
||||
home.packages = with pkgs; [rofi (callPackage ../../../pkgs/rofi-launchers/package.nix {})];
|
||||
|
||||
xdg.configFile."rofi-launchers".source = pkgs.fetchFromGitHub {
|
||||
owner = "adi1090x";
|
||||
repo = "rofi";
|
||||
rev = "dce10e9";
|
||||
sha256 = "sha256-ZSosFsi/M5Gqb9gsUqS7hu89uOu9078Dus4Y+WCphZc=";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user