use same kitty everywhere
This commit is contained in:
parent
cd55d2a47d
commit
2ebf144336
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ let
|
|||
brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl";
|
||||
grim = "${pkgs.grim}/bin/grim";
|
||||
hyprctl = "${config.wayland.windowManager.hyprland.package}/bin/hyprctl";
|
||||
kitty = "${pkgs.kitty}/bin/kitty";
|
||||
kitty = "${config.programs.kitty.package}/bin/kitty";
|
||||
playerctl = "${pkgs.playerctl}/bin/playerctl";
|
||||
rofi = "${config.programs.rofi.package}/bin/rofi";
|
||||
slurp = "${pkgs.slurp}/bin/slurp";
|
||||
|
|
|
@ -75,8 +75,8 @@
|
|||
modifier = config.wayland.windowManager.sway.config.modifier;
|
||||
in
|
||||
lib.mkOptionDefault {
|
||||
"${modifier}+Return" = "exec ${pkgs.kitty}/bin/kitty ${pkgs.tmux}/bin/tmux new";
|
||||
"${modifier}+Shift+Return" = "exec ${pkgs.kitty}/bin/kitty";
|
||||
"${modifier}+Return" = "exec $config.programs.kitty.package}/bin/kitty ${pkgs.tmux}/bin/tmux new";
|
||||
"${modifier}+Shift+Return" = "exec ${config.programs.kitty.package}/bin/kitty";
|
||||
"${modifier}+d" = "exec ${config.programs.rofi.package}/bin/rofi -show drun";
|
||||
"${modifier}+Shift+c" = "reload";
|
||||
"${modifier}+l" = "exec ${pkgs.swaylock}/bin/swaylock -f -i /tmp/lockpaper.jpg";
|
||||
|
|
Loading…
Reference in a new issue