diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index d44921d..3eca0da 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -12,4 +12,5 @@ gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle=hintfull +gtk-xft-hintstyle=hintslight +gtk-xft-rgba=rgb diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 72f9b62..ed382f4 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -105,6 +105,10 @@ raspberry() { ssh -6 pi@$(avahi-resolve-host-name raspberrypi.local | awk '{ print $2 }')%usb0 sudo systemctl stop avahi-daemon.service } +alias qmake='qmake -makefile ../ && make' + +# Programs +alias mysql-workbench="GDK_SCALE=1 GDK_DPI_SCALE=1 mysql-workbench 1>/dev/null 2>&1 &; disown" # Git alias g="git" @@ -119,7 +123,7 @@ alias gl="g log --graph --abbrev-commit --decorate --format=format:'%C(bold blue # Laptop alias offtouchpad='sudo rmmod i2c_hid' -alias ontouchpad='sudo modprobe i2c_hid' +alias ontouchpad='sudo modprobe i2c_hid && $HOME/.scripts/touchscreen.sh 0' alias nw="$HOME/.scripts/network.sh" # Scripts diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 index 8b4ead1..0dd3702 100644 --- a/.gtkrc-2.0 +++ b/.gtkrc-2.0 @@ -15,4 +15,5 @@ gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 -gtk-xft-hintstyle="hintfull" +gtk-xft-hintstyle="hintslight" +gtk-xft-rgba="rgb"