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
|
|
@ -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)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue