hidpi fixes

This commit is contained in:
Daniel Lundin 2020-02-09 18:57:53 +01:00
parent c8660c5e5c
commit 3c56b48025
4 changed files with 5 additions and 5 deletions

View file

@ -75,7 +75,7 @@ tabspaces: 8
# - https://wiki.archlinux.org/index.php/font_configuration#Fontconfig_configuration
# - file:///usr/share/doc/fontconfig/fontconfig-user.html
font:
size: 14
size: 28
normal:
family: IBM Plex Mono
style: Regular

View file

@ -1 +1 @@
--force-device-scale-factor=1.6
--force-device-scale-factor=2.5

View file

@ -7,7 +7,7 @@ set $down j
set $up k
set $right l
input "1739:30383:DELL08AF:00_06CB:76AF_Touchpad" {
input "1739:30385:DELL08AF:00_06CB:76B1_Touchpad" {
tap enabled
natural_scroll enabled
pointer_accel 0.2
@ -92,7 +92,7 @@ tiling_drag enable
seat seat0 xcursor_theme Bibata_Oil 48
output "eDP-1" scale 2
output "eDP-1" scale 1
output "eDP-1" background #000000 solid_color
exec "systemctl --user import-environment; systemctl --user start sway-session.target"

2
.zshrc
View file

@ -306,7 +306,7 @@ export PATH=$HOME/.cargo/bin:$PATH
## GTK
export GDK_SCALE=2
#export GDK_DPI_SCALE=1
export GTK_THEME=Adwaita:dark
#export GTK_THEME=Adwaita:dark
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh