aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/i3/config3
-rw-r--r--.config/kitty/kitty.conf3
-rw-r--r--.emacs.local.d/modes/centaur-tabs.el8
-rw-r--r--.emacs.local.d/modes/themes.el2
-rw-r--r--.mutt/muttrc2
-rw-r--r--.mutt/muttrc.hooks1
-rw-r--r--.tmux.conf2
7 files changed, 16 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 5b61b16..f685219 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -155,6 +155,9 @@ bindsym XF86AudioPrev exec mpc prev
bindsym XF86AudioPlay exec mpc toggle
bindsym XF86AudioStop exec mpc stop
+# Switch between internal and external display
+bindsym XF86Display exec "xrandr-rul"
+
# Key indicators
bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 9e69de0..37e2f15 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -6,3 +6,6 @@ background_opacity 0.9
enable_audio_bell no
adjust_line_height 1
+
+copy_on_select yes
+strip_trailing_spaces always \ No newline at end of file
diff --git a/.emacs.local.d/modes/centaur-tabs.el b/.emacs.local.d/modes/centaur-tabs.el
index b9db76c..e00562b 100644
--- a/.emacs.local.d/modes/centaur-tabs.el
+++ b/.emacs.local.d/modes/centaur-tabs.el
@@ -8,6 +8,12 @@
("C-<prior>" . centaur-tabs-backward)
("C-<next>" . centaur-tabs-forward))
-(setq centaur-tabs-style "bar")
+(setq centaur-tabs-style "rounded")
(setq centaur-tabs-set-icons t)
(setq centaur-tabs-height 32)
+(centaur-tabs-headline-match)
+(setq centaur-tabs-gray-out-icons 'buffer)
+(setq centaur-tabs-set-bar 'left)
+
+;; Makes emacs crash
+;;(setq centaur-tabs-set-modified-marker t)
diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el
index e43f7c8..661acf5 100644
--- a/.emacs.local.d/modes/themes.el
+++ b/.emacs.local.d/modes/themes.el
@@ -1,7 +1,7 @@
;; Debian packages: elpa-clues-theme elpa-monokai-theme elpa-smart-mode-line-powerline-theme elpa-solarized-theme elpa-zenburn-theme
;; Elpa packages: atom-one-dark doom-themes
-(load-theme 'doom-vibrant t)
+(load-theme 'doom-molokai t)
(set-frame-parameter (selected-frame) 'alpha '(92 . 92))
(add-to-list 'default-frame-alist '(alpha . (92 . 92)))
diff --git a/.mutt/muttrc b/.mutt/muttrc
index b7539f3..d3a49e1 100644
--- a/.mutt/muttrc
+++ b/.mutt/muttrc
@@ -56,7 +56,7 @@ set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-short --pgp-mo
set date_format="!%a, %b %d, %Y at %I:%M:%S%p %Z"
# Conditional time
-set index_format='%4C %Z %<[y?%<[m?%<[d?%[%H:%M ]&%[%a %d]>&%[%b %d]>&%[%m/%y ]> %-30.30L (%?l?%4l&%4c?) %s'
+set index_format='%4C %Z %<[y?%<[m?%<[d?%[%H:%M ]&%[%a %d]>&%[%b %d]>&%[%m/%y ]> %?M?(#%02M)&(%3l)? %-30.30L (%?l?%4l&%4c?) %s'
# Status Bar
set status_chars = " *%A"
diff --git a/.mutt/muttrc.hooks b/.mutt/muttrc.hooks
index e0add57..add1446 100644
--- a/.mutt/muttrc.hooks
+++ b/.mutt/muttrc.hooks
@@ -1,5 +1,6 @@
## Folder hooks
folder-hook . 'set record="^"'
folder-hook . push "<delete-pattern>~=<enter>$"
+folder-hook . exec collapse-all
source "$HOME/.mutt/muttrc.hooks.env|"
diff --git a/.tmux.conf b/.tmux.conf
index f739cc8..a2a9a74 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -15,8 +15,6 @@ bind e set-window-option synchronize-panes
bind-key -n C-t new-window
-unbind NPage
-unbind PPage
bind-key -n C-PPage previous-window
bind-key -n C-NPage next-window
nihil fit ex nihilo