diff options
author | Julian <Julianteule@gmail.com> | 2017-04-06 20:35:57 +0200 |
---|---|---|
committer | Julian <Julianteule@gmail.com> | 2017-04-06 20:35:57 +0200 |
commit | 1b3be1c60fb3e5886616582b4d11b41ffb0b2371 (patch) | |
tree | be949ab7e0dcf22e97f885ec532717c4ad935870 | |
parent | 53580800116167c481f7de0dd669efca0ed9c9b9 (diff) |
Woow long ago hi again
-rw-r--r-- | .config/terminator/config | 2 | ||||
-rw-r--r-- | .zshrc | 4 | ||||
-rw-r--r-- | Conky/conkymain | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/.config/terminator/config b/.config/terminator/config index 97052ad..558c265 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -20,7 +20,7 @@ background_image = None background_type = transparent cursor_color = "#ffffff" - custom_command = zsh + custom_command = terminator font = Terminus 10 foreground_color = "#ffffff" palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" @@ -110,3 +110,7 @@ alias sudo="sudo " alias update="sudo apt update && sudo apt upgrade" alias emacs="emacsclient -c" alias cmacs="emacsclient -nw -c" +xmodmap -e "keycode 62 = Up" + + +alias redock="docker rm $(docker ps -a -q) && docker rmi $(docker images -q)" diff --git a/Conky/conkymain b/Conky/conkymain index e1b719f..61971e7 100644 --- a/Conky/conkymain +++ b/Conky/conkymain @@ -1,3 +1,4 @@ + background no use_xft yes -- xftfont Liberation Mono:size=10 |