diff --git a/modules/features/desktop/gui-programs.nix b/modules/features/desktop/gui-programs.nix index 1cc0e8e..f2d9b33 100644 --- a/modules/features/desktop/gui-programs.nix +++ b/modules/features/desktop/gui-programs.nix @@ -8,7 +8,6 @@ mochi ticktick gimp - vlc ]; } ) diff --git a/modules/features/programs/cli/cli-zellij.nix b/modules/features/programs/cli/cli-zellij.nix index 9f4e728..cb36a59 100644 --- a/modules/features/programs/cli/cli-zellij.nix +++ b/modules/features/programs/cli/cli-zellij.nix @@ -74,20 +74,6 @@ bind "Alt l" { MoveFocus "Right"; } bind "Alt f" { ToggleFloatingPanes; } bind "Alt n" { NewPane; } - bind "Alt g" { - Run "sh" "-c" "jj log --color always | less -R" { - name " JJ Log " - floating true - close_on_exit true - } - } - bind "Alt s" { - Run "sh" "-c" "jj st --color always | less -R" { - name " JJ Status " - floating true - close_on_exit true - } - } } locked { @@ -113,22 +99,6 @@ bind "s" { SwitchToMode "Scroll"; } bind "d" { Detach; } bind "q" { Quit; } - bind "g" { - Run "sh" "-c" "jj log --color always | less -R" { - name " JJ Log " - floating true - close_on_exit true - }; - SwitchToMode "Locked"; - } - bind "s" { - Run "sh" "-c" "jj st --color always | less -R" { - name " JJ Status " - floating true - close_on_exit true - }; - SwitchToMode "Locked"; - } } scroll {