Update GTK font settings, update aliases

This commit is contained in:
Riyyi
2018-03-22 12:49:24 +01:00
parent fa57174c9d
commit 6da002d268
3 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -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
+5 -1
View File
@@ -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
+2 -1
View File
@@ -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"