mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:07:13 +08:00
10 lines
99 B
Bash
10 lines
99 B
Bash
#!/bin/sh
|
|
|
|
#
|
|
# ~/.xsession
|
|
#
|
|
# Executed by xdm/gdm/kdm at login
|
|
#
|
|
|
|
/bin/bash --login -i ~/.xinitrc
|