Browse Source

Add Xresources to force DPI

master
Arti Zirk 5 years ago
parent
commit
4587563062
  1. 1
      .Xresources
  2. 3
      .config/sway/config

1
.Xresources

@ -0,0 +1 @@ @@ -0,0 +1 @@
Xft.dpi: 96

3
.config/sway/config

@ -68,6 +68,9 @@ bindsym Scroll_Lock exec swaylock -c 333333AA -s tile -i ~/Pildid/background.png @@ -68,6 +68,9 @@ bindsym Scroll_Lock exec swaylock -c 333333AA -s tile -i ~/Pildid/background.png
# Dropbox
exec ~/code/dropbox-filesystem-fix/dropbox_start.py
# load xresources
exec xrdb -load ~/.Xresources
#bindsym Alt+Tab exec gnome-terminal --title=swayapplauncher -- ~/.bin/sway-apps.py
### Input configuration

Loading…
Cancel
Save