treewide: remove ranger

This commit is contained in:
Primrose 2025-07-15 18:02:20 +02:00
parent 2e8db32bfb
commit 1ec7a89053
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
10 changed files with 0 additions and 1151 deletions

View file

@ -128,7 +128,6 @@ in
../homeModules/common/cmus
../homeModules/common/fcitx5
../homeModules/common/fish
../homeModules/common/ranger
../homeModules/common/starship
../homeModules/common/tmux
../homeModules/common/vim

View file

@ -59,7 +59,6 @@
btop.enable = true;
cmus.enable = true;
ranger.enable = true;
};
}

View file

@ -151,7 +151,6 @@ in
../homeModules/common/fcitx5
../homeModules/common/fish
../homeModules/common/nushell.nix
../homeModules/common/ranger
../homeModules/common/starship
../homeModules/common/tmux
../homeModules/common/vim

View file

@ -126,7 +126,6 @@
btop.enable = true;
cmus.enable = true;
ranger.enable = true;
};
programs = {

View file

@ -222,7 +222,6 @@ main = xmonad
, ((controlMask .|. altMask, xK_t), namedScratchpadAction myScratchpads "btop" )
, ((controlMask .|. altMask, xK_p), namedScratchpadAction myScratchpads "pass" )
, ((controlMask .|. altMask, xK_e), namedScratchpadAction myScratchpads "emoji-picker")
, ((controlMask .|. altMask, xK_r), namedScratchpadAction myScratchpads "ranger")
, ((controlMask .|. altMask, xK_b), spawn launchFirefox )
, ((superMask, xK_o), spawn launchDmenu )
, ((superMask, xK_l), spawn lock )
@ -302,8 +301,4 @@ myScratchpads =
(myTerm ++ " -T 'emoji-picker' -- fish -i -c 'while :; emoji-picker; end'")
(title =? "emoji-picker")
(customFloating smallFloat)
, NS "ranger"
(myTerm ++ " -o font_size=18 -T 'ranger' -- fish -c 'exec ranger ~/Documents'" {- makes sure $VISUAL and $EDITOR is propagated -})
(title =? "ranger")
(customFloating centeredFloat)
]

View file

@ -18,9 +18,6 @@ in
tmux.__input.withSixel = _: false;
ranger.__input.imagePreviewSupport = _: false;
ranger.__input.sixelPreviewSupport = _: false;
vlc.__input.chromecastSupport = _: false;
vlc.__input.waylandSupport = _: false;