xsession skeleton
This commit is contained in:
13
skel/xsessionrc
Executable file
13
skel/xsessionrc
Executable 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
9
skel/xsessionrc.desktop
Normal 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
|
||||
Reference in New Issue
Block a user