mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
carbon: remove bitwarden (use password-store instead)
thanks alan
This commit is contained in:
parent
29b351e365
commit
05f0579057
3 changed files with 0 additions and 7 deletions
|
|
@ -146,10 +146,6 @@ myScratchpads =
|
|||
(myTerm ++ " -T 'btop' btop")
|
||||
(title =? "btop")
|
||||
centeredFloat
|
||||
, NS "bitwarden"
|
||||
"bitwarden"
|
||||
(className =? "Bitwarden")
|
||||
(customFloating $ W.RationalRect (1/2) (1/6) (2/5) (2/3))
|
||||
]
|
||||
|
||||
-- Only remove mappings that needs pass through.
|
||||
|
|
@ -172,7 +168,6 @@ myKeymaps =
|
|||
in [ -- programs
|
||||
((controlMask .|. myMod, xK_f), spawn "firefox")
|
||||
, ((controlMask .|. myMod, xK_m), namedScratchpadAction myScratchpads "cmus")
|
||||
, ((controlMask .|. myMod, xK_p), namedScratchpadAction myScratchpads "bitwarden")
|
||||
, ((controlMask .|. myMod, xK_h), namedScratchpadAction myScratchpads "btop")
|
||||
|
||||
-- TODO: https://libreddit.earth2077.fr/r/xmonad/comments/i1s9do/keybinding_send_key_to_application/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue