Commit Graph

1713 Commits (70cd312865e18609f975a272571c861e20c8f321)

Author SHA1 Message Date
Pierre Neidhardt 70cd312865 awesome: Don't make sxiv float 2017-01-26 14:56:48 +01:00
Pierre Neidhardt fd05f892ca Do not create .launchers and .hackpool symlinks 2017-01-26 14:56:18 +01:00
Pierre Neidhardt 5baf4da6ee newsbeuter: Remove bookmark support
Use BROWSER instead to centralize bookmarks
2017-01-26 08:49:33 +01:00
Pierre Neidhardt c238c59bb7 awesome: Update to 4.0 2017-01-24 12:35:11 +01:00
Pierre Neidhardt 3d5bdaacb9 fish: Tabify 2017-01-16 13:37:50 +01:00
Pierre Neidhardt 1279fe654c fzf: Update to 0.16 (and use --height) 2017-01-16 11:14:02 +01:00
Pierre Neidhardt 38efb2d440 fish: Fix dirprev resizing 2017-01-15 13:18:09 +01:00
Pierre Neidhardt d29ec42312 terminals: Tweak xterm, remove TERM setting 2017-01-11 13:08:07 +01:00
Pierre Neidhardt ca15e05034 dircolors: Re-add mis-deleted db, color other-writable dirs in bold-purple 2016-12-29 11:12:17 +01:00
Pierre Neidhardt 0bf6c52b3d Qutebrowser: Update to 0.9.0 2016-12-29 10:36:48 +01:00
Pierre Neidhardt cd20900f0a ranger: Purge configuration, unbind from Awesome / Emacs
Ranger's features have been superseded by fzf.
2016-12-29 10:27:36 +01:00
Pierre Neidhardt 1b14b141f3 pkglist: Remove ff-git 2016-12-29 09:24:54 +01:00
Pierre Neidhardt fc70ca5441 fish: fusermount bug reported 2016-12-29 09:22:50 +01:00
Pierre Neidhardt 00f5f52bdd Emacs: Use native Helm option instead of helm-fuzzy-find 2016-12-23 19:40:59 +01:00
Pierre Neidhardt c7177070bd Emacs: Fix magit commit error on newer versions
`git-commit-fill-column` is deprecated.
2016-12-23 19:38:39 +01:00
Pierre Neidhardt b6552629d3 scripts: Fix typos in medialinter and mover 2016-12-23 15:53:23 +01:00
Pierre Neidhardt 1b66b4191e sxiv: Fix resolution display
Remove `[0]` from `identify` argument, not sure why it was there.
See https://wiki.archlinux.org/index.php/Sxiv.
2016-12-23 15:44:23 +01:00
Pierre Neidhardt 14ac3d9e48 scripts/homeinit: Remove debug symbols from Go tools 2016-12-15 12:10:17 +05:30
Pierre Neidhardt 94306915a7 fzf: select-1 and exit-0 by default 2016-12-14 21:51:47 +05:30
Pierre Neidhardt 6408513ba2 fish: Alias cal to 'cal -m' (start week on Monday) 2016-12-14 21:47:33 +05:30
Pierre Neidhardt d72599f73f Emacs: Rename theme.el -> visual.el 2016-12-12 18:23:53 +05:30
Pierre Neidhardt bb234d5745 Emacs: Add support for syntax highlighting of TODO(doe) 2016-12-12 18:15:55 +05:30
Pierre Neidhardt 1936d1db4d Emacs: Remove old flymake config 2016-12-12 17:55:14 +05:30
Pierre Neidhardt 60890206bb pkglists: Remove skype, add rfkill, xorg-fonts-type1 2016-12-12 17:55:14 +05:30
Pierre Neidhardt 3f45db2a26 Emacs: Monochromatic theme
Make outline/org-mode header colors independent.
Make ediff colors consistent with smerge/diff/magit.
Simplify Mail mode colors.
2016-12-12 17:55:14 +05:30
Pierre Neidhardt 62ed25e70a Emacs: Set helm source names to follow 2016-12-11 10:48:02 +05:30
Pierre Neidhardt b3aba6625b Emacs: Bind 'compile to f10 and simplify Go compilation settings 2016-12-11 10:47:07 +05:30
Pierre Neidhardt ee9dacd2f9 Emacs: Split ediff window horizontally 2016-12-11 10:45:04 +05:30
Pierre Neidhardt da20efb859 fish: Fix init cd to non-existing folder 2016-11-29 18:01:40 +05:30
Pierre Neidhardt 3d9127ef30 fzf: Use only one unescaped "$cwd" in file-widget 2016-11-29 17:15:09 +05:30
Pierre Neidhardt 0d9ce915ac fzf: Do not prune current hidden folder in fzf-file-widget 2016-11-29 11:30:24 +05:30
Pierre Neidhardt 66f2249db7 rifle: Add audio to cmus queue 2016-11-29 09:57:20 +05:30
Pierre Neidhardt aeb15800cc fzf: Purge cdhist when running the cdhist widget 2016-11-28 10:34:49 +05:30
Pierre Neidhardt 111e71c765 Emacs: Add binding to run terminal asynchronously in current folder 2016-11-28 10:34:49 +05:30
Pierre Neidhardt 5f124a8522 fzf: Remove useless line in 'cd' 2016-11-28 10:34:45 +05:30
Pierre Neidhardt b93a58f4c2 fzf: Add support for any file in 'describe' 2016-11-27 16:51:02 +05:30
Pierre Neidhardt 0a19222f60 fish: Set cdhist limit to 128 2016-11-27 16:51:02 +05:30
Pierre Neidhardt 5ece42f9cf fzf: Use preview, reverse, inline, fix some issues 2016-11-27 16:51:01 +05:30
Pierre Neidhardt 2a568ba675 scripts: Init 'preview' 2016-11-27 16:51:01 +05:30
Pierre Neidhardt 3ec0b90f4f Qutebrowser: Use local godoc for search 2016-11-27 09:30:53 +05:30
Pierre Neidhardt c5f11ca1e9 Fish: Sort fzf-cdhist-widget by most recent at the bottom 2016-11-23 20:10:52 +05:30
Pierre Neidhardt ac1bf19fcd Emacs: Add the '-run .' test flag in Go to allow for test selection 2016-11-23 12:22:17 +05:30
Pierre Neidhardt d2d1ab3c82 Emacs: Remove the -cover test flag in Go since it shifts line numbers 2016-11-23 12:20:03 +05:30
Pierre Neidhardt 9be2f57057 Demlo: Set bitrate dynamically in flac2ogg script 2016-11-15 16:51:20 +05:30
Pierre Neidhardt 0c7b81ede2 scripts/trc: Fix missing 'check' function 2016-11-11 08:55:58 +05:30
Pierre Neidhardt 2fe077cf78 pkglists: Delete texlive-old 2016-11-10 18:32:29 +05:30
Pierre Neidhardt 2011d7060c Emacs: Set pdf-compressor to use the new pdfctl script 2016-11-10 18:20:29 +05:30
Pierre Neidhardt 3556ee2f19 pkglists: Minimize texlive to asymptote + blackfriday 2016-11-10 17:16:47 +05:30
Pierre Neidhardt d6b8731e67 pkglists: Add asciinema, lbzip2, del lua libs, qemu, xlockmore, libs 2016-11-09 08:50:11 +05:30
Pierre Neidhardt 75b1600138 Emacs: Replace `kill-buffer' binding by `kill-this-buffer' 2016-11-06 11:18:41 +05:30