9009e9c79b
[XMonad] Reorganize xmonad.hs
2016-10-26 15:19:49 -07:00
093bf7314a
[XMonad] Move main to top of xmonad.hs
2016-10-26 13:23:44 -07:00
352f684cca
[taffybar] Remove unused import
2016-10-25 22:17:26 -07:00
0b182e7434
[XMonad] Use string remapping for ewmh logging
2016-10-25 22:17:20 -07:00
68b7cc7a81
[XMonad] No more custom workspaces
2016-10-25 22:16:14 -07:00
c006c12c30
[XMonad] Add layout for large main area
2016-10-25 22:14:55 -07:00
83b3ebe07a
[XMonad] Add custom manage hook
...
I don't think that this is working yet.
2016-10-25 22:14:39 -07:00
bad69f6164
[Emacs] Clean up colorize compilation buffers
2016-10-25 22:12:42 -07:00
c4dbbc7ad2
[XMonad] Don't apply ewmh to global config
2016-10-25 18:05:36 -07:00
a72384c449
[Emacs] Fix font settings in imalison:appearance
2016-10-25 18:04:46 -07:00
05b50e878d
[Emacs] Remove structured-haskell-mode
2016-10-25 18:04:19 -07:00
ba1eab4253
[Emacs] Reduce org-export-headline-levels
to 3
...
For some reason, high values for this variable cause imenu to be very slow.
2016-10-25 17:56:44 -07:00
fdee42e6a8
[Emacs] Rename font hydra
2016-10-25 17:48:32 -07:00
5244936a1c
[XMonad] Add custom workspace names
2016-10-25 16:05:25 -07:00
c405a2e9a9
Merge branch 'master' of github.com:IvanMalison/dotfiles
2016-10-25 14:21:45 -07:00
b78799cd55
[Emacs] Set some haskell variables
2016-10-25 14:20:13 -07:00
17b791d79e
[transmission] Update download locations
2016-10-25 14:19:41 -07:00
11445e4837
[Emacs] Promote a bunch of headings in highlights
2016-10-25 13:21:28 -07:00
e3957280dd
[Emacs] Fix exec-path-from-shell link
2016-10-25 13:17:56 -07:00
64e868b851
[Emacs] Update and add a bunch of highlights
2016-10-25 13:17:33 -07:00
0423f599c3
[Emacs] Make Highlights header top level
2016-10-25 13:17:03 -07:00
94f139131e
[Emacs] Add font size highlight links
2016-10-25 12:59:03 -07:00
bc70eef5c5
[Emacs] Change org-export use-package to ox
2016-10-25 12:58:22 -07:00
3ec7217044
[Emacs] Split hydra use-package across multiple headings
2016-10-25 12:55:54 -07:00
766c6338e1
[Emacs] Put use-package around custom org-export-get-reference
...
This prevents it from getting clobbered when org-export is loaded.
2016-10-25 12:21:30 -07:00
21f59c1d54
[Emacs] Update variable name in hook util
2016-10-25 12:13:17 -07:00
472f60b770
[Emacs] Fix background colors link
2016-10-25 12:11:58 -07:00
d943412818
[Emacs] Add section on how I generate github page
2016-10-25 12:09:12 -07:00
16a4f6c3aa
Merge branch 'master' of github.com:IvanMalison/dotfiles
2016-10-25 11:46:09 -07:00
10ba6c43bb
[macOS] Export PKG_CONFIG_PATH
2016-10-25 11:45:43 -07:00
1b597c3bee
[Emacs] Add comment about reading at github.io
2016-10-24 21:17:35 -07:00
079a77c32c
[XMonad] Improve google-chrome raiseNextMaybe
2016-10-24 20:59:10 -07:00
f30e12c917
[XMonad] Add raiseNextMaybe commands
2016-10-24 20:04:06 -07:00
bfbece987e
[XMonad] Add toggleWS binding
2016-10-24 17:17:35 -07:00
06ca3e7186
[XMonad] Move screenshot binding to h
2016-10-24 17:17:19 -07:00
9c29e3b94f
[Linux] Home is also Hyper
2016-10-24 17:16:16 -07:00
bbd895ff6d
[Emacs] Add page-break-lines-mode
2016-10-24 16:23:47 -07:00
9f80f6cb04
[Emacs] Fix org-mode links
2016-10-24 16:18:33 -07:00
c8eec96f6a
[Emacs] Add functions section to highlights
2016-10-24 16:16:23 -07:00
b3d838c5bd
[Emacs] Add a highlights heading to About
2016-10-24 16:04:28 -07:00
bbbd1d9749
[Emacs] Update github pages index file
2016-10-24 15:42:27 -07:00
fa06157cfa
[Emacs] Use custom uniquified links in org-export
2016-10-24 15:41:42 -07:00
af6eac60fa
[Emacs] Add projectile-helm-command-from-zsh
2016-10-24 13:34:33 -07:00
f0a5a4d328
[Emacs] Move helm-zsh-history to Functions heading
2016-10-24 13:29:32 -07:00
7e54b7b6ca
[Emacs] Add kedconnect package
2016-10-23 19:02:56 -07:00
761dabb23f
[XMonad] Make greedyFocusWindow focus window
...
Before, greedyView greedyFocusWindow would only focus the workspace that
the selected window was in. This change makes it so that the window is
actually focused.
2016-10-23 17:41:47 -07:00
aecee0f2d5
[XMonad] Add shiftToEmptyAndView
2016-10-23 01:57:08 -07:00
b45d93f0a6
[XMonad] Make gotoMenu greedily set workspace
2016-10-23 01:34:31 -07:00
cd9a67706a
[XMonad] Add automatic workspace naming LayoutModifier
...
Note: This requires my own custom version of xmonad-contrib.
2016-10-23 00:05:39 -07:00
f25f543b17
Revert "[XMonad] Set tag names instead of workspace names"
...
This reverts commit c726b6d56a0a922a8a8e37d8466bb99ab77ccc85.
2016-10-22 17:16:52 -07:00