Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
anderspapitto committed Nov 15, 2016
1 parent 325bb50 commit 282652d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions config/init.el
Expand Up @@ -231,11 +231,15 @@
(setq backup-directory-alist '((".*" . "/tmp/")))
(setq dired-auto-revert-buffer t)
(setq gdb-display-io-nopopup t)
(setq kill-do-not-save-duplicates t)
(setq recenter-positions '(bottom middle top))
(setq view-read-only t)

;;; copy/paste

(setq kill-do-not-save-duplicates t)
(setq save-interprogram-paste-before-kill t)
(setq select-enable-clipboard nil)
(setq select-enable-primary t)
(setq view-read-only t)

;;; Window management

Expand Down
2 changes: 1 addition & 1 deletion gui-tools.nix
Expand Up @@ -27,7 +27,7 @@
wineStaging
xdotool
xlibs.xev
xsane
# xsane
xsel
youtube-dl
zathura
Expand Down
2 changes: 1 addition & 1 deletion printing.nix
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:

{ hardware.sane = {
enable = true;
# enable = true;
extraBackends = [ pkgs.hplipWithPlugin ];
};
services.printing = {
Expand Down

0 comments on commit 282652d

Please sign in to comment.