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