From 3d5f7a5e9ea97e40524547216d6c9f203e094851 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 7 Apr 2020 11:12:33 -0500 Subject: [PATCH] Wayland fixes and gitconfig --- apps/de/sway/init | 4 ++-- apps/git/config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/de/sway/init b/apps/de/sway/init index 6b9302f..3ac04c8 100755 --- a/apps/de/sway/init +++ b/apps/de/sway/init @@ -17,11 +17,11 @@ export WLC_REPEAT_RATE=60 # export XKB_DEFAULT_OPTIONS=caps:escape # enable wayland support for some applications -export QT_QPA_PLATFORM=wayland-egl export CLUTTER_BACKEND=wayland export SDL_VIDEODRIVER=wayland -# export GDK_BACKEND=wayland # DON'T SET THIS ONE export MOZ_ENABLE_WAYLAND=1 +# export GDK_BACKEND=wayland +# export QT_QPA_PLATFORM=wayland-egl # configuration flag for some of my dotfiles scripts export IS_WAYLAND=1 diff --git a/apps/git/config b/apps/git/config index 6bc2896..cd1bf95 100644 --- a/apps/git/config +++ b/apps/git/config @@ -3,7 +3,7 @@ [user] name = Daniel Flanagan - email = daniel@lytedev.io + email = daniel@lyte.dev [filter "lfs"] clean = git-lfs clean -- %f