Added floating for AirVPN in i3, emacs monokai instead of material, delete trailing whitespaces at save
This commit is contained in:
@@ -90,7 +90,10 @@ for_window [class="Thus"] floating enable border normal
|
||||
for_window [class="Timeset-gui"] floating enable border normal
|
||||
for_window [class="(?i)virtualbox"] floating enable border normal
|
||||
for_window [title="KeePassX$"] floating enable border normal
|
||||
for_window [title="Eddie - Settings"] floating enable border normal
|
||||
|
||||
for_window [title="(?i)termite"] border pixel 3
|
||||
|
||||
# switch to workspace with urgent window automatically
|
||||
for_window [urgent=latest] focus
|
||||
|
||||
@@ -319,4 +322,3 @@ mode "$mode_gaps_outer" {
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
|
||||
@@ -43,24 +43,24 @@ A list of installed packages and details about them.
|
||||
(use-package eclim)
|
||||
(use-package flycheck)
|
||||
(use-package google-this)
|
||||
(use-package ledger-mode)
|
||||
(use-package ivy)
|
||||
(use-package ledger-mode)
|
||||
(use-package material-theme)
|
||||
(use-package ox-gfm)
|
||||
(use-package ox-twbs)
|
||||
(use-package php-mode)
|
||||
(use-package powerline)
|
||||
(use-package rainbow-delimiters)
|
||||
(use-package rainbow-mode)
|
||||
(use-package smart-compile)
|
||||
(use-package smartparens)
|
||||
(use-package swiper)
|
||||
(use-package powerline)
|
||||
(use-package php-mode)
|
||||
(use-package visual-regexp)
|
||||
(use-package nasm-mode)
|
||||
#+END_SRC
|
||||
* Appearance
|
||||
Using the [[https://github.com/cpaulik/emacs-material-theme][Material]]-Theme.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(load-theme 'material t)
|
||||
(load-theme 'monokai t)
|
||||
#+END_SRC
|
||||
|
||||
Changes the Emacs background to the terminals defaults. (Generally)
|
||||
@@ -91,6 +91,12 @@ Powerline for Emacs
|
||||
(setq custom-file "~/.emacs.d/config.el")
|
||||
#+END_SRC
|
||||
|
||||
Delete trailing spaces before saving
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'before-save-hook 'delete-trailing-whitespace)
|
||||
#+END_SRC
|
||||
|
||||
|
||||
* Functions
|
||||
All the functions I use.
|
||||
** Cut/Copy and Paste by Boruch Baum
|
||||
|
||||
Reference in New Issue
Block a user