feat: kitty to ghostty

This commit is contained in:
2025-03-27 12:53:41 +03:00
parent 4e9b23c9ce
commit 407be62649
6 changed files with 18 additions and 22 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{ pkgs, lib, config, collection, swww_flags, inputs }: {
home.packages = with pkgs; [
kitty
ghostty
pamixer
wofi
clipse
@@ -144,12 +144,12 @@
];
bind = [
"$mainMod, V, exec, kitty --class clipse -e clipse"
"$mainMod, V, exec, ghostty --class clipse -e clipse"
"$mainMod, Return, exec, kitty"
"$mainMod, Return, exec, ghostty"
"$mainMod, Q, killactive,"
"$mainMod, M, exit,"
"$mainMod, E, exec, kitty -e sh -c yazi"
"$mainMod, E, exec, ghostty -e sh -c yazi"
"$mainMod, F, togglefloating,"
"$mainMod, D, exec, wofi --show drun"
"$mainMod, P, pseudo, # dwindle"