William Carroll
f0eaaa9e3c
Update README.md
2017-01-17 18:00:05 -05:00
William Carroll
8ca1874d15
Adds fish shell rc; supports fish shell in Vim
2017-01-17 17:51:35 -05:00
William Carroll
3958a7c10d
Updates Tmux kbds; adds Emacs modes; updates zsh kbds
2017-01-17 17:50:33 -05:00
Eelco Dolstra
cc3b93c991
Handle SIGINT etc. via a sigwait() signal handler thread
...
This allows other threads to install callbacks that run in a regular,
non-signal context. In particular, we can use this to signal the
downloader thread to quit.
Closes #1183 .
2017-01-17 18:21:02 +01:00
Jude Taylor
c0d55f9183
assign environ to a temp variable to ensure liveness
2017-01-16 23:52:44 +01:00
Eelco Dolstra
8079ab87a2
AutoCloseDir: Use std::unique_ptr
2017-01-16 22:39:27 +01:00
Eelco Dolstra
2b9d0a99cb
AutoDeleteArray -> std::unique_ptr
...
Also, switch to C++14 for std::make_unique.
2017-01-16 22:24:49 +01:00
Eelco Dolstra
40dfac968a
nix-build: Use showManPage() and printVersion()
2017-01-16 22:11:17 +01:00
William Carroll
461824752c
Adds packages; removes others; updates keybindings; etc
2017-01-13 22:01:45 -05:00
Shea Levy
451c223dee
builtins.readFile: Put the references of the file, not those needed to realize the file, into the context
2017-01-10 12:22:22 -05:00
Shea Levy
28db297862
build-remote: Don't use C++ streams to read the conf file
2017-01-10 10:36:26 -05:00
Shea Levy
d771c28613
build-remote: Use std::set for feature sets
2017-01-10 10:29:06 -05:00
Eelco Dolstra
7adb986e35
Merge pull request #1139 from Mic92/master
...
Simplify remouting with MS_PRIVATE in sandbox build
2017-01-09 16:46:59 +01:00
Eelco Dolstra
f61337fdb3
Merge pull request #1177 from dezgeg/bash-env-breakage
...
nix-shell: Fix 'nix-shell --command' doing nothing without TTY
2017-01-09 16:44:42 +01:00
William Carroll
3286a34d17
Adds flycheck and other packages to Emacs
2017-01-08 20:34:18 -05:00
William Carroll
a6cef66569
Removes dimming effect when Emacs window is unselected
2017-01-08 15:16:31 -05:00
Tuomas Tynkkynen
3890de049d
nix-shell: Fix 'nix-shell --command' doing nothing without TTY
...
Regression from a5f2750e
("Fix early removal of rc-file for nix-shell").
The removal of BASH_ENV causes nothing to be executed by bash if it
detects itself in a non-interactive context. Instead, just
use the same condition used by bash to launch bash differently.
According to bash sources, the condition (stdin and stder both
must be TTYs) is specified by POSIX so this should be pretty
safe to rely on.
Fixes #1171 on master, needs a backport to the Perl code in 1.11.
2017-01-07 19:08:28 +02:00
William Carroll
328d4b246b
Extends configs and colorschemes
2017-01-05 20:39:32 -05:00
William Carroll
f2663c5b37
Merge branch 'master' of https://github.com/wpcarro/pc_settings
2017-01-04 00:12:38 -05:00
William Carroll
c2db736f66
Adds line for TrueColor support
2017-01-04 00:12:24 -05:00
William Carroll
b47dca2ead
Adds shell pipeline to test TrueColor support
2017-01-04 00:10:33 -05:00
William Carroll
af0fd4bee0
Adds TrueColor information
2017-01-04 00:02:53 -05:00
William Carroll
ab3f645cb7
Adds new colorscheme, Nova
2017-01-03 22:17:24 -05:00
Matthew Garrett
7a852b2084
Bump version to 0.3
2017-01-03 10:08:06 -06:00
Eelco Dolstra
9000150a78
Drop a few more references to all-packages.nix
...
And also don't refer to f-spot, which apparently no longer exists.
Issue #1170 .
2017-01-03 16:42:24 +01:00
Eelco Dolstra
5d377ace2d
Update upload-release script
2017-01-03 11:42:56 +01:00
Eelco Dolstra
c287e797a8
nix-shell: In #! mode, pass the last argument
...
"i < argc - 1" should be "i < argc".
2017-01-03 11:40:51 +01:00
Eelco Dolstra
ae1e4dfad2
Merge pull request #1169 from dezgeg/fix-shell-shebang
...
Fix nix-shell shebang usage
2017-01-03 10:08:15 +01:00
Tuomas Tynkkynen
b501bea25f
tests: Add simple tests for nix-shell
...
nix-shell -A, -p and -i are lightly tested.
2017-01-03 10:11:09 +02:00
Tuomas Tynkkynen
018f884ffd
nix-shell: Don't act interactive in shebangs
...
I had observed that 'bash --rcfile' would do nothing in a
non-interactive context and cause nothing to be executed if a script
using nix-shell shebangs were run in a non-interactive context.
2017-01-03 10:11:09 +02:00
Tuomas Tynkkynen
c698ec1f22
nix-shell: Fix 'nix-shell -i'
...
The 'args' variable here is shadowing one in the outer scope and its
contents end up unused. This causes any '#! nix-shell' lines to
effectively be ignored. The intention here was to clear the args vector,
as far as I can tell (and it seems to work).
2017-01-03 10:11:09 +02:00
Víctor Ferrer García
63e097d73f
check_power_raw included for mp1 devices
...
Export raw power state for MP1 devices
2017-01-02 23:31:04 -06:00
Chris Feng
4c043471c5
Prevent certain frame parameters from being saved/restored
...
* exwm-input.el (exwm-input--init):
* exwm-randr.el (exwm-randr--init):
* exwm-workspace.el (exwm-workspace--init):
Add certain frame parameters into `frameset-filter-alist' to prevent
them from being saved/restored which makes little sense and is
problematic.
2017-01-03 00:14:33 +08:00
Eelco Dolstra
b6b142b4b1
Provide /var/run/nscd/socket in the sandbox
...
Otherwise sandbox builds can fail, e.g.
$ NIX_REMOTE=local?root=/tmp/nix nix-build '<nixpkgs>' -A hello --option build-use-substitutes false
...
downloading ‘http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-047’ ...
error: unable to download ‘http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-047’ : Couldn't resolve host name (6)
2017-01-02 14:46:37 +01:00
Eelco Dolstra
0e49f94120
Merge pull request #35 from orbekk/master
...
Update <nixpkgs/nixos> path in documentation.
2017-01-02 11:51:21 +01:00
Kjetil Orbekk
5476e987d5
Update <nixpkgs/nixos> path in documentation.
2017-01-01 16:13:11 -05:00
Domen Kožar
c4f4eef915
Merge pull request #1168 from itsN1X/patch-1
...
Readme semantics.
2017-01-01 14:08:35 +01:00
N1X
c8b9e47fb3
Readme semantics.
2017-01-01 05:20:47 +05:30
William Carroll
f2facdb949
Adds smart Evil mode bindings and external plugins
2016-12-31 18:13:14 -05:00
William Carroll
893956db0c
Adds nuanced evil-mode settings
2016-12-30 21:22:57 -05:00
William Carroll
143404bcf7
Adds line number support for source code
2016-12-30 21:15:05 -05:00
William Carroll
e7b312ec56
Extends emacs config to support evil-mode
2016-12-30 21:10:34 -05:00
William Carroll
74968572d9
Refactors ci( and ci[ behavior
2016-12-30 05:20:13 -05:00
Domen Kožar
00d93b65fa
Merge pull request #1165 from zimbatm/document-no-build-hook
...
Document the common --no-build-hook option
2016-12-28 16:01:16 +01:00
zimbatm
45ed6e7ef2
Document the common --no-build-hook option
2016-12-28 14:19:59 +00:00
Matthew Garrett
a4465a7515
Merge pull request #46 from Danielhiversen/patch-10
...
validate the authorization
2016-12-28 08:03:02 -06:00
Daniel Høyer Iversen
39e170c9e0
validate the authorization
2016-12-26 20:02:04 +01:00
Chris Feng
b11ac2e6dc
Fix a bug with zero floating border width
...
* exwm-manage.el (exwm-manage--manage-window): Avoid setting ColorMap
mask when creating an X window if floating border is zero.
2016-12-26 22:22:46 +08:00
William Carroll
94113a2dac
Adds a simplified emacs configuration
2016-12-26 00:40:14 -05:00
Daniel Høyer Iversen
b30fc0d1c1
Ensure discover() returns devices and not None
...
There's a small race condition in the discover() method. If recv() returns
before the socket timeout is reached, but we hit the top of the loop after
the timeout is reached, we'll return None rather than the set of devices.
2016-12-25 11:16:53 +00:00