forked from colonelpanic/dotfiles
[NixOS] Huge changes to a bunch of stuff (including taffybar) to be able to bump nixpkgs
This commit is contained in:
@@ -18,7 +18,6 @@ executable taffybar
|
||||
build-depends: base
|
||||
, X11
|
||||
, bytestring
|
||||
, coinbase-pro
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
|
Submodule dotfiles/config/taffybar/taffybar updated: 2f8b1aa745...945a084526
Submodule dotfiles/config/xmonad/xmonad updated: a4fbe5a555...90c719148b
Submodule dotfiles/config/xmonad/xmonad-contrib updated: fab8e2de73...9cdc5398e5
@@ -760,7 +760,7 @@ setFocusedScreen :: ScreenId -> WindowSet -> WindowSet
|
||||
setFocusedScreen to ws =
|
||||
maybe ws (`setFocusedScreen'` ws) $ find ((to ==) . W.screen) (W.visible ws)
|
||||
|
||||
setFocusedScreen' to ws @ W.StackSet
|
||||
setFocusedScreen' to ws@W.StackSet
|
||||
{ W.current = prevCurr
|
||||
, W.visible = visible
|
||||
} = ws { W.current = to
|
||||
@@ -769,7 +769,7 @@ setFocusedScreen' to ws @ W.StackSet
|
||||
|
||||
where screenEq a b = W.screen a == W.screen b
|
||||
|
||||
nextScreen ws @ W.StackSet { W.visible = visible } =
|
||||
nextScreen ws@W.StackSet { W.visible = visible } =
|
||||
case visible of
|
||||
next:_ -> setFocusedScreen (W.screen next) ws
|
||||
_ -> ws
|
||||
|
@@ -3907,15 +3907,6 @@ I've disabled magithub because it causes magit to be super slow
|
||||
(interactive)
|
||||
(gitolite-clone-get-projects nil nil t))))
|
||||
#+END_SRC
|
||||
** gitconfig-mode
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package gitconfig-mode
|
||||
:mode "\\.?gitconfig.?.*\\'")
|
||||
#+END_SRC
|
||||
** gitignore-mode
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package gitignore-mode
|
||||
:mode "\\.?gitignore.?.*\\'")
|
||||
#+END_SRC
|
||||
** github
|
||||
*** github-search
|
||||
|
Reference in New Issue
Block a user