mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-06 02:25:09 +02:00
10 lines
100 B
Bash
10 lines
100 B
Bash
#!/bin/sh
|
|
|
|
#
|
|
# ~/.xsession
|
|
#
|
|
# Executed by xdm/gdm/kdm at login
|
|
#
|
|
|
|
/bin/bash --login -i ~/.xinitrc
|
|
|