diff options
author | Guangxiong Lin <[email protected]> | 2023-02-25 09:09:40 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-02-25 09:09:40 +0800 |
commit | ed21dbdb5954e8b6327747686022b87f9ae57cfd (patch) | |
tree | bc93c9622ade4ed939f33e6be14f5213ae4b756c /bin/startsway | |
parent | a7a553c1df4862037917be8bf40bc4a2a5b47044 (diff) | |
download | dotfiles-ed21dbdb5954e8b6327747686022b87f9ae57cfd.tar.gz dotfiles-ed21dbdb5954e8b6327747686022b87f9ae57cfd.tar.bz2 dotfiles-ed21dbdb5954e8b6327747686022b87f9ae57cfd.zip |
Remove theme related config
Diffstat (limited to 'bin/startsway')
-rwxr-xr-x | bin/startsway | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/startsway b/bin/startsway index e695763..dc230ea 100755 --- a/bin/startsway +++ b/bin/startsway @@ -5,6 +5,5 @@ export XDG_SESSION_DESKTOP=sway export WLR_RENDER=vulkan export MOZ_ENABLE_WAYLAND=1 export QT_QPA_PLATFORM=wayland -export QT_QPA_PLATFORMTHEME=qt5ct exec sway > ~/.sway.log |