diff options
-rw-r--r-- | .config/polybar/config | 2 | ||||
-rw-r--r-- | .spacemacs | 7 | ||||
-rw-r--r-- | .xinitrc | 1 |
3 files changed, 7 insertions, 3 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index eb9dd29..92e2b2d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -249,7 +249,7 @@ interval = 5 date = date-alt = " %Y-%m-%d" -time = %H:%M +time = %F %H:%M time-alt = %H:%M:%S format-prefix = diff --git a/.spacemacs b/.spacemacs index e96ae3f..800f5c0 100644 --- a/.spacemacs +++ b/.spacemacs @@ -57,6 +57,7 @@ This function should only modify configuration layer settings." helm lsp multiple-cursors + neotree ;; org ;; (shell :variables ;; shell-default-height 30 @@ -64,7 +65,7 @@ This function should only modify configuration layer settings." spell-checking syntax-checking version-control - treemacs + themes-megapack ) ;; List of additional packages that will be installed without being @@ -204,7 +205,9 @@ It should only modify the values of Spacemacs settings." ;; List of themes, the first of the list is loaded when spacemacs starts. ;; Press `SPC T n' to cycle to the next theme in the list (works great ;; with 2 themes variants, one dark and one light) - dotspacemacs-themes '(spacemacs-dark + dotspacemacs-themes '(dracula + gruvbox-dark-hard + spacemacs-dark spacemacs-light) ;; Set the theme for the Spaceline. Supported themes are `spacemacs', diff --git a/.xinitrc b/.xinitrc index 756851d..4236fc6 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,5 @@ sh /home/ahriman/.fehbg & exec /usr/bin/redshift -l 37:75 -t 5500:4000 & exec /usr/bin/xcompmgr & +setxkbmap -option compose:ralt exec /usr/bin/i3 |