dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit c4c96a1cf30e84cf6e63b75d76674c14870452a4
parent ce2c01da480fe2c4e28bf74bf78cfb295a5ebed4
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Tue, 19 Mar 2024 12:21:52 -0400

add wayland env var for shitty electron apps

Diffstat:
M.bash_profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.bash_profile b/.bash_profile @@ -9,6 +9,7 @@ fi if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then echo 'welcome bozo' export MOZ_ENABLE_WAYLAND=1 + export ELECTRON_OZONE_PLATFORM_HINT=wayland export GTK_THEME=Adwaita:dark dbus-run-session sway fi