summaryrefslogtreecommitdiffstats
path: root/.xsession##h.lowe
blob: 38c45b71f8c03eae3e894c7fa946f4f721690288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

#
# ~/.xsession
#
# Executed by xdm/gdm/kdm at login
#

# disable screensaver, beep and power saving
xset -dpms &
xset s off &
xset -b &