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

« back to all changes in this revision

Viewing changes to usr/bin/xubuntu-numlockx

* Add new custom action for Thunar to "Print file/s", affected/new files:
  - usr/bin/thunar-print
  - etc/xdg/xdg-xubuntu/Thunar/uca.xml.in

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env bash
2
 
 
3
 
if [ -x "$(command -v numlockx)" ]; then
4
 
  numlockx $@
5
 
fi;
6
 
 
7
 
exit 0;