diff options
author | Guangxiong Lin <[email protected]> | 2024-02-25 09:23:15 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-02-25 09:23:53 +0800 |
commit | cb0d5b15ba641274f861e1aa2fcda83e761f35d6 (patch) | |
tree | 9afee25346e204270142a0019bff505ec0cf9da2 /bin | |
parent | cc10e1723edb546ddda86400792d24309bfa8bc7 (diff) | |
download | dotfiles-cb0d5b15ba641274f861e1aa2fcda83e761f35d6.tar.gz dotfiles-cb0d5b15ba641274f861e1aa2fcda83e761f35d6.tar.bz2 dotfiles-cb0d5b15ba641274f861e1aa2fcda83e761f35d6.zip |
Use vim in wayland
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/startsway | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/startsway b/bin/startsway index 0b422be..5bb1488 100755 --- a/bin/startsway +++ b/bin/startsway @@ -7,4 +7,6 @@ export MOZ_ENABLE_WAYLAND=1 export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORMTHEME=qt5ct +export GVIM_ENABLE_WAYLAND=1 + exec sway > ~/.sway.log |