From 733cf4cd3386bc709412ffe3d36cc3ddbc30c9b8 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 19 Nov 2018 10:25:22 +0000 Subject: Add winner mode and remove compton from i3 --- emacs/loader.org | 5 +++++ i3/config | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/emacs/loader.org b/emacs/loader.org index 3246b19..db800db 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -495,6 +495,11 @@ Set navigation commands in all the buffers #+RESULTS: : prev-window +Enable winner mode to save window state. +#+BEGIN_SRC emacs-lisp + (winner-mode 1) +#+END_SRC + *** Ivy #+BEGIN_SRC emacs-lisp diff --git a/i3/config b/i3/config index e3a69d3..0b4fe50 100644 --- a/i3/config +++ b/i3/config @@ -210,9 +210,6 @@ bindsym $mod+Shift+p mode "$mode_system" # Application Startup #============================================================ -# Start compton for tear fix -exec --no-startup-id compton -c & - # set the background exec --no-startup-id sh ~/.fehbg -- cgit