mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
some hidpi tweaks
This commit is contained in:
parent
fb4f5719d3
commit
c76c1566d7
@ -57,6 +57,10 @@ alias cmyip='curl -s http://ipecho.net/plain; echo'
|
|||||||
alias mkdir='mkdir -p'
|
alias mkdir='mkdir -p'
|
||||||
alias wget='wget -c'
|
alias wget='wget -c'
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
alias sudo='sudo '
|
||||||
|
|
||||||
|
# grub
|
||||||
|
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'
|
||||||
|
|
||||||
## Functions
|
## Functions
|
||||||
|
|
||||||
|
1
config/hidpi/environment
Normal file
1
config/hidpi/environment
Normal file
@ -0,0 +1 @@
|
|||||||
|
QT_AUTO_SCREEN_SCALE_FACTOR=1
|
@ -96,8 +96,10 @@ function install_config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function install_HiDPI {
|
function install_HiDPI {
|
||||||
ln -sf "$PWD"/config/xorg/xinitrc ~/.xinitrc
|
ln -sf "$PWD"/config/hidpi/xorg/xinitrc ~/.xinitrc
|
||||||
ln -sf "$PWD"/config/xorg/Xresources ~/.Xresources
|
ln -sf "$PWD"/config/hidpi/xorg/Xresources ~/.Xresources
|
||||||
|
|
||||||
|
sudo ln -sf "$PWD"/config/hidpi/environment /etc/environment
|
||||||
}
|
}
|
||||||
|
|
||||||
# Installs the dependencies on Arch Linux
|
# Installs the dependencies on Arch Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user