From 1b3be1c60fb3e5886616582b4d11b41ffb0b2371 Mon Sep 17 00:00:00 2001 From: Julian Date: Thu, 6 Apr 2017 20:35:57 +0200 Subject: Woow long ago hi again --- .config/terminator/config | 2 +- .zshrc | 4 ++++ Conky/conkymain | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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" diff --git a/.zshrc b/.zshrc index 117dc5c..f02a1b6 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.2.3