Commit Graph

1849 Commits

Author SHA1 Message Date
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 c726b6d56a.
2016-10-22 17:16:52 -07:00
c726b6d56a
[XMonad] Set tag names instead of workspace names 2016-10-22 17:16:14 -07:00
2eb8bcd440
[XMonad] Tweak window bringer string 2016-10-22 01:40:48 -07:00
3f77cacb47
[Emacs] Disable trailing whitespace in term-mode 2016-10-21 22:27:35 -07:00
10e39bb932
[Emacs] Change env bang key to env 2016-10-21 22:27:21 -07:00
3ce6093e5f
[Emacs] No trailing whitespace in magit-popup-mode 2016-10-21 22:08:04 -07:00
3c4088912b
[XMonad] Use window class names to name workspaces 2016-10-21 22:01:51 -07:00
a89dbb8d18
[XMonad] Add workspace name to window info 2016-10-21 21:58:14 -07:00
65d74ea982
[Shell] Put cabal/bin after local/bin for stack 2016-10-21 21:54:51 -07:00
26cc2d0816
[Emacs] Add iregister package 2016-10-21 21:54:31 -07:00
eb5b8f5e24
[Emacs] Always show trailing whitespace 2016-10-21 21:51:05 -07:00
c520264f4c
[XMonad] Make WindowBringer text similar to rofi 2016-10-21 16:37:26 -07:00
43b512abb2
[XMonad] Make rofi command case insensitive 2016-10-21 15:44:47 -07:00
6674321419
[XMonad] Move setWorkspaceName... to top level 2016-10-20 17:58:58 -07:00
80addc4ae9
[XMonad] Use custom WindowBringer config 2016-10-20 17:58:25 -07:00
c78c301084
[Shell] Put cabal path in front 2016-10-20 17:55:43 -07:00
93a0db5ca7
[Emacs] Change readme_was_update to diff HEAD 2016-10-19 18:13:50 -07:00
63dbb8cc1e
[Emacs] Tweak about section 2016-10-19 18:13:32 -07:00
a80e9769a3
[Emacs] Fix post-commit hook 2016-10-19 18:12:26 -07:00
f8dbb92264
[Emacs] Correct afternoon theme package name 2016-10-19 18:07:59 -07:00
c9df475f2f
[Emacs] Enable eyebrowse-mode 2016-10-19 17:59:01 -07:00
d4ad629514
[Emacs] Add github pages publishing hooks 2016-10-19 17:57:03 -07:00
a87da9360d
Merge branch 'master' of github.com:IvanMalison/dotfiles 2016-10-19 17:26:16 -07:00
0dae53debc
[Emacs] Add eyebrowse mode 2016-10-19 17:10:05 -07:00
bf51e93a1f
[Emacs] Add several themes 2016-10-19 16:58:17 -07:00
206ffa513e
[Emacs] Use theme background color in org-export 2016-10-19 16:56:51 -07:00
d4426b39c0
Merge branch 'master' of github.com:IvanMalison/dotfiles 2016-10-19 12:45:53 -07:00
be9a5b3bb1
[Emacs] Move style headings to About section 2016-10-19 11:49:32 -07:00
9f7f554984
Merge branch 'master' of github.com:IvanMalison/dotfiles 2016-10-18 20:52:10 -07:00
08d99b30a6
[Emacs] Remove irrelevant comment about puml-mode 2016-10-18 20:51:39 -07:00
51dadf5bfc
[Synergy] Fix start_client_at 2016-10-18 20:51:14 -07:00
ecb77cab2a
[Shell] Add process_running function 2016-10-18 20:49:42 -07:00
106c060ff4
[Emacs] Update about text 2016-10-18 20:48:09 -07:00
2eed65cd05
Ignore Pocorn-Time directory 2016-10-18 18:28:14 -07:00
b10472d559
[Emacs] Add ham-mode config 2016-10-18 18:28:02 -07:00
6dd4a74f88
[Linux] Add settings to gtkrc-2.0 2016-10-18 18:27:00 -07:00
efd8e14a02
[Emacs] Swap eshell-search-path to executable-find 2016-10-18 18:25:11 -07:00
45d75def68
[Emacs] Add binding for crux-open-with 2016-10-18 18:24:10 -07:00
97c3a81e4f
[Emacs] Move C# and racket modes to programming 2016-10-18 18:23:29 -07:00
6d8757c148
[Emacs] Respace Non-Forking Shell Command 2016-10-18 16:13:56 -07:00
d799d94edf
[Emacs] Remove old copyq.el file 2016-10-18 14:48:12 -07:00
251ae7c60a
[Emacs] Only sync copyq when command exists 2016-10-18 14:46:59 -07:00
bec8e289ce
[Emacs] Automatically sync kill ring with copyq 2016-10-18 14:45:21 -07:00
dde3f2eb79
[Linux] Add mopidy systemd service 2016-10-18 14:37:18 -07:00
609c72cb03
[Emacs] Fix powerline separator resizing issues 2016-10-18 14:36:43 -07:00
85349867f9
[Emacs] Remove empty Do When heading 2016-10-18 14:35:48 -07:00
3c403343b9
[Linux] Switch back to numix icon theme 2016-10-18 14:16:14 -07:00
5a9fad96c7
[XMonad] Add bindings for screenshot and shell 2016-10-18 14:10:32 -07:00
8e1ecdb8b0
[Linux] Add shell command script to run a shell 2016-10-18 14:10:02 -07:00
d2364ef8bc
[Linux] Add screenshot shell command 2016-10-18 14:09:51 -07:00
76f4fdf8d7
[Emacs] Require all-the-icons 2016-10-18 13:07:26 -07:00
80a315e0d2
[Emacs] Add set huge font size to font hydra 2016-10-18 13:06:49 -07:00