fix electron app launch scaling

This commit is contained in:
2025-05-16 16:33:43 +02:00
parent 3bb2774661
commit 078a2515d7
3 changed files with 13 additions and 13 deletions

View File

@ -0,0 +1 @@
ELECTRON_OZONE_PLATFORM_HINT=auto

View File

@ -1,7 +0,0 @@
# flames (flamey)
'patched': {
'lock': u'\uE0A2',
'network': u'\uE0A2',
'separator': u'\uE0C0',
'separator_thin': u'\uE0C1'
}

View File

@ -17,10 +17,6 @@ cp .local/share/applications/* ~/.local/share/applications/
# uwsm needed for launching hypr on boot
pacman -S uwsm hyprland xdg-desktop-portal-hyprland hyprpaper
# Programs for app theming (fonts, cursor)
# RUN THESE PROGRAMS TO THEME STUFF
pacman -S nwg-look qt6ct
# Basic essentials
pacman -S waybar dunst libnotify wofi pipewire brightnessctl man-db man-pages
@ -29,8 +25,18 @@ pacman -S yazi ffmpeg poppler fd p7zip
# Other software
# Use amdctl for undervolting
pacman -S btop neovim nano grim slurp dust fastfetch imv wl-clipboard amdctl
pacman -S btop ripgrep bat neovim nano grim slurp dust fastfetch imv wl-clipboard amdctl
# Font
# Delete all fonts in /usr/share/fonts
sudo pacman -S ttf-inconsolata-lgc-nerd
pacman -S ttf-inconsolata-lgc-nerd
# Networking
# For connecting to eduroam install config with this script: https://cat.eduroam.org/
# wpa_supplicant is dependency of networkmanager that was not installed for some reason.
# Run networkmanager with "nmcli dev wifi connect 'ssid' password 'password'"
pacman -S networkmanager wpa_supplicant
# Fix Electron Apps Wayland scaling issue:
# If app doesn't work, add "--no-sandbox" to app in /usr/share/applications/
ln -s ~/dotfiles/.conf/environment.d ~/.config/environment.d