Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 369 Bytes

i3.md

File metadata and controls

19 lines (14 loc) · 369 Bytes

title: i3 Window Manager categories: TODO ...

i3wm

Tips

Gnome Keyring

To have the Gnome Keyring preperly configured you may need to add this to your .profile:

# keyring daemon for bare i3 sessions
if [[ ("$0" = "/usr/sbin/lightdm-session") && ("$DESKTOP_SESSION" = "i3") ]]; then
    export $(gnome-keyring-daemon -s)
fi