diff --git a/.bashrc b/.bashrc index c5325fc..e04aab2 100644 --- a/.bashrc +++ b/.bashrc @@ -12,6 +12,11 @@ PS1='[\u@\h \W]\$ ' alias l='ls -la' alias lg='lazygit' +export ELECTRON_ENABLE_OZONE=1 +export OZONE_PLATFORM=wayland +export GDK_SCALE=1 +export GDK_DPI_SCALE=1 + # Yazi function y() { local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd diff --git a/.local/share/applications/signal-wayland.desktop b/.local/share/applications/signal-wayland.desktop deleted file mode 100644 index 9246977..0000000 --- a/.local/share/applications/signal-wayland.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Signal (Wayland) -Exec=signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland -Icon=signal-desktop diff --git a/.local/share/applications/visual-studio-code.desktop b/.local/share/applications/visual-studio-code.desktop deleted file mode 100644 index 0416373..0000000 --- a/.local/share/applications/visual-studio-code.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Visual-Studio-Code (Wayland) -Exec=code --enable-features=UseOzonePlatform --ozone-platform=wayland -Icon=visual-studio-code