Created
November 2, 2020 16:16
-
-
Save sochotnicky/cb38938c4af477723fbf6396b5d99e82 to your computer and use it in GitHub Desktop.
stdin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| PATH="$HOME/bin:$PATH" | |
| export SDL_AUDIODRIVER=pulse | |
| export _JAVA_AWT_WM_NONREPARENTING=1 | |
| export QT_AUTO_SCREEN_SCALE_FACTOR=1 | |
| export QT_QPA_PLATFORM=wayland-egl | |
| export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 | |
| export SDL_VIDEODRIVER=wayland | |
| # Session | |
| export XDG_SESSION_TYPE=wayland | |
| export XDG_SESSION_DESKTOP=sway | |
| export XDG_CURRENT_DESKTOP=sway | |
| keychain id_rsa id_rsa_fedora --ignore-missing -k others --agents ssh,gpg -q 2>/dev/null | |
| [ -f ~/.keychain/$HOSTNAME-sh ] && . ~/.keychain/$HOSTNAME-sh | |
| [ -f ~/.keychain/$HOSTNAME-sh-gpg ] && . ~/.keychain/$HOSTNAME-sh-gpg | |
| sway |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment