~xubuntu-dev/xubuntu-default-settings/trunk

« back to all changes in this revision

Viewing changes to usr/bin/xubuntu-numlockx

Set the default value for fadeout in xfce4-notifyd (LP: #1763674), release 18.04.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
xf=/etc/X11/Xsession.d/55numlockx
 
4
if [ -r $xf ]; then
 
5
    . $xf
 
6
fi
 
7
 
 
8
exit 0