Attempting to just scale up fonts instead of scaling applications.
The output scaling was causing issues where it fonts were blury. This isn't an ideal solution, and will not work for using an external monitor but since this machine is currently just serving as a stand alone laptop, this should work.
This commit is contained in:
parent
6a39367eb5
commit
55728a78f5
|
@ -35,7 +35,7 @@ bindsym $mod+c exec rofi -modi "clipboard:greenclip print" -show clipboard -run-
|
||||||
|
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
output * bg `/home/james/dotfiles/wall/cycle` fill
|
output * bg `/home/james/dotfiles/wall/cycle` fill
|
||||||
output eDP-1 scale 1.4
|
output eDP-1 scale 1
|
||||||
#
|
#
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
#
|
#
|
||||||
|
@ -95,7 +95,7 @@ exec redshift
|
||||||
exec mako
|
exec mako
|
||||||
|
|
||||||
### Font stuff
|
### Font stuff
|
||||||
font pango:Fira Code 8
|
font pango:Fira Code 9
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user