diff options
-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 |