- Turkey
- dev.to/poolad
Block or Report
Block or report pooladkhay
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
Source: https://wiki.archlinux.org/title/Visual_Studio_Code#Blurry_text_under_Wayland
23Due to Electron issues Visual Studio Code defaults to run under XWayland which may cause blurry text if you're using HiDPI screens.
45In order to fix this issue you need to force Electron to run under Wayland by adding ```--enable-features=UseOzonePlatform --ozone-platform=wayland```, for example you'll be launching VSCode like -
1
# https://github.com/haikarainen/light
2#
3# Bindings for keyboard backlight
4bindsym XF86KbdBrightnessUp exec light -As "sysfs/leds/smc::kbd_backlight" 10
5bindsym XF86KbdBrightnessDown exec light -Us "sysfs/leds/smc::kbd_backlight" 10
-