mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
treewide: remove ranger
This commit is contained in:
parent
2e8db32bfb
commit
1ec7a89053
10 changed files with 0 additions and 1151 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@
|
|||
btop.enable = true;
|
||||
|
||||
cmus.enable = true;
|
||||
ranger.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -126,7 +126,6 @@
|
|||
btop.enable = true;
|
||||
|
||||
cmus.enable = true;
|
||||
ranger.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue