Paul Longtine 9 anni fa
parent
commit
3073b21894
3 ha cambiato i file con 6 aggiunte e 11 eliminazioni
  1. 2
    2
      bash/.bashrc
  2. 1
    8
      emacs/.emacs
  3. 3
    1
      i3/config

+ 2
- 2
bash/.bashrc Vedi File

@@ -61,8 +61,8 @@ if [[ ! "${prompt_colors[@]}" ]]; then
prompt_colors=(
"0;37" # information color
"1;30" # bracket color
"31" # error color
"1;36" # git color
"0;31" # error color
"1;31" # git color
)

if [[ "$SSH_TTY" ]]; then

+ 1
- 8
emacs/.emacs Vedi File

@@ -31,8 +31,8 @@

;; keybind yo

(global-set-key (kbd "M-[") 'enlarge-window-horizontally)
(global-set-key (kbd "M-]") 'shrink-window-horizontally)
(global-set-key (kbd "M-[") 'enlarge-window-horizontally)

;; make whitespace-mode use just basic coloring

@@ -43,10 +43,3 @@
tab-width 8
indent-tabs-mode t)


(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:family "Terminus" :foundry "xos4" :slant normal :weight normal :height 90 :width normal)))))

+ 3
- 1
i3/config Vedi File

@@ -12,6 +12,8 @@ set $mod Mod4

exec xfsettingsd

exec xfce4-volumed

exec compton --backend glx --vsync opengl-swc --paint-on-overlay

exec feh --bg-scale ~/pictures/313131.png
@@ -28,7 +30,7 @@ for_window [title="^float$"] floating enable
set $background #EEEEEE
set $back-inact #313131
set $back-urgen #FFEEEE
set $border #EEEEEE
set $border #FFFFFF
set $bor-in #313131
set $bor-ur #313131
set $text #313131

Loading…
Annulla
Salva