xsession skeleton

This commit is contained in:
ville rantanen
2015-06-03 08:39:56 +03:00
parent 57771e1e8d
commit ca1b5b2d0b
3 changed files with 42 additions and 23 deletions

13
skel/xsessionrc Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
#sleep 1
#$HOME/bin/disp 4
# Do something if at Univ network
#if ping ad.helsinki.fi -c 2; then
# true
#fi
true

9
skel/xsessionrc.desktop Normal file
View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=Session startup script
Comment=Edit to suit your settings
Exec=${HOME}/bin/xscreenrc
Terminal=false
Type=Application
Icon=preferences-desktop-theme
Categories=Settings
StartupNotify=false