Created
August 2, 2017 19:06
-
-
Save eriknelson/fc5b1a78f8adced4b8b34e5a5a4fd717 to your computer and use it in GitHub Desktop.
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
# /usr/share/xsessions/i3.desktop | |
[Desktop Entry] | |
Name=i3 | |
Comment=improved dynamic tiling window manager | |
Exec=/home/ernelson/.dotfiles/nskd/start_i3.sh | |
Type=Application | |
X-LightDM-DesktopName=i3 | |
DesktopNames=i3 | |
Keywords=tiling;wm;windowmanager;window;manager; |
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/bash | |
#/home/ernelson/.dotfiles/nskd/start_i3.sh | |
export SSH_ASKPASS=/usr/libexec/openssh/ssh-askpass | |
eval $(ssh-agent) | |
ssh-add | |
i3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment