From 282652dd6d5c71587342e443d9867b582ac79cdd Mon Sep 17 00:00:00 2001 From: Anders Papitto Date: Mon, 14 Nov 2016 21:02:19 -0800 Subject: [PATCH] stuff --- config/init.el | 8 ++++++-- gui-tools.nix | 2 +- printing.nix | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config/init.el b/config/init.el index ff2e5d8..e310d1c 100644 --- a/config/init.el +++ b/config/init.el @@ -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 diff --git a/gui-tools.nix b/gui-tools.nix index bc8e836..ef4e837 100644 --- a/gui-tools.nix +++ b/gui-tools.nix @@ -27,7 +27,7 @@ wineStaging xdotool xlibs.xev - xsane +# xsane xsel youtube-dl zathura diff --git a/printing.nix b/printing.nix index 4374136..55de62f 100644 --- a/printing.nix +++ b/printing.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { hardware.sane = { - enable = true; + # enable = true; extraBackends = [ pkgs.hplipWithPlugin ]; }; services.printing = {