mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Minimal i3 setup
This commit is contained in:
9
dotfiles/desktop/.xinitrc
Executable file
9
dotfiles/desktop/.xinitrc
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# dbus session
|
||||
export XDG_CURRENT_DESKTOP=i3
|
||||
exec dbus-run-session sh -c "
|
||||
eval \$(ssh-agent -s)
|
||||
gpgconf --launch gpg-agent
|
||||
exec i3
|
||||
"
|
||||
Reference in New Issue
Block a user