Wayland fixes and gitconfig
This commit is contained in:
parent
f353b3e31b
commit
3d5f7a5e9e
|
@ -17,11 +17,11 @@ export WLC_REPEAT_RATE=60
|
||||||
# export XKB_DEFAULT_OPTIONS=caps:escape
|
# export XKB_DEFAULT_OPTIONS=caps:escape
|
||||||
|
|
||||||
# enable wayland support for some applications
|
# enable wayland support for some applications
|
||||||
export QT_QPA_PLATFORM=wayland-egl
|
|
||||||
export CLUTTER_BACKEND=wayland
|
export CLUTTER_BACKEND=wayland
|
||||||
export SDL_VIDEODRIVER=wayland
|
export SDL_VIDEODRIVER=wayland
|
||||||
# export GDK_BACKEND=wayland # DON'T SET THIS ONE
|
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
# export GDK_BACKEND=wayland
|
||||||
|
# export QT_QPA_PLATFORM=wayland-egl
|
||||||
|
|
||||||
# configuration flag for some of my dotfiles scripts
|
# configuration flag for some of my dotfiles scripts
|
||||||
export IS_WAYLAND=1
|
export IS_WAYLAND=1
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Daniel Flanagan
|
name = Daniel Flanagan
|
||||||
email = daniel@lytedev.io
|
email = daniel@lyte.dev
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
|
|
Reference in a new issue