mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
Compare commits
No commits in common. "3a15f8f6a271f3037de784ba74cfae6059d9f210" and "bf09e7c07def8f38f57c361207919ccd9792f963" have entirely different histories.
3a15f8f6a2
...
bf09e7c07d
3 changed files with 4 additions and 22 deletions
|
|
@ -202,8 +202,7 @@ in
|
||||||
(sources.agenix + "/modules/age-home.nix")
|
(sources.agenix + "/modules/age-home.nix")
|
||||||
sources.wired-notify.asFlake.homeManagerModules.default
|
sources.wired-notify.asFlake.homeManagerModules.default
|
||||||
|
|
||||||
# non official one uses reuploaded artifacts, are they audited?
|
sources.zen-browser.asFlake.homeModules.twilight
|
||||||
sources.zen-browser.asFlake.homeModules.beta
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
import XMonad
|
import XMonad
|
||||||
import XMonad.Actions.CopyWindow
|
import XMonad.Actions.CopyWindow
|
||||||
import XMonad.Actions.Navigation2D
|
|
||||||
import XMonad.Actions.Submap
|
import XMonad.Actions.Submap
|
||||||
import XMonad.Actions.SwapWorkspaces
|
import XMonad.Actions.SwapWorkspaces
|
||||||
import XMonad.Actions.Warp
|
import XMonad.Actions.Warp
|
||||||
|
|
@ -49,7 +48,6 @@ main =
|
||||||
$ withSB xmobarConfig . docks
|
$ withSB xmobarConfig . docks
|
||||||
$ setEwmhActivateHook myActivateHook
|
$ setEwmhActivateHook myActivateHook
|
||||||
$ ewmhFullscreen . ewmh
|
$ ewmhFullscreen . ewmh
|
||||||
$ withNavigation2DConfig def
|
|
||||||
$ def
|
$ def
|
||||||
{ modMask = superMask
|
{ modMask = superMask
|
||||||
, borderWidth = 5
|
, borderWidth = 5
|
||||||
|
|
@ -301,21 +299,6 @@ keybinds =
|
||||||
, ((0, xK_l), withFocused $ windows . flip W.float centeredFloat)
|
, ((0, xK_l), withFocused $ windows . flip W.float centeredFloat)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
-- Switch between layers
|
|
||||||
, ((altMask, xK_s), switchLayer )
|
|
||||||
|
|
||||||
-- Directional navigation of windows
|
|
||||||
, ((altMask, xK_l), windowGo R False )
|
|
||||||
, ((altMask, xK_h), windowGo L False )
|
|
||||||
, ((altMask, xK_k), windowGo U False )
|
|
||||||
, ((altMask, xK_j), windowGo D False )
|
|
||||||
|
|
||||||
-- Swap adjacent windows
|
|
||||||
, ((altMask .|. superMask, xK_l), windowSwap R False)
|
|
||||||
, ((altMask .|. superMask, xK_h), windowSwap L False)
|
|
||||||
, ((altMask .|. superMask, xK_k), windowSwap U False)
|
|
||||||
, ((altMask .|. superMask, xK_j), windowSwap D False)
|
|
||||||
]
|
]
|
||||||
|
|
||||||
-- We override default focus shifting bindings to warp the cursor to the center of the new window.
|
-- We override default focus shifting bindings to warp the cursor to the center of the new window.
|
||||||
|
|
|
||||||
|
|
@ -378,9 +378,9 @@
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"submodules": false,
|
"submodules": false,
|
||||||
"revision": "bd8815d0a686267386268e7cc70315124e21362b",
|
"revision": "1adab25828578301037855c59849e9bbecf8948b",
|
||||||
"url": "https://github.com/0xc000022070/zen-browser-flake/archive/bd8815d0a686267386268e7cc70315124e21362b.tar.gz",
|
"url": "https://github.com/0xc000022070/zen-browser-flake/archive/1adab25828578301037855c59849e9bbecf8948b.tar.gz",
|
||||||
"hash": "03dz53picqw2bbbzaxxld5ydyqbf4jsdb048a4gb6h432kkp5gim"
|
"hash": "091sdxgqxcmxh15w9b65bv29fw0cgg0mfpl3d1ymsv1510lq30a6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 5
|
"version": 5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue