/useful/trunk-1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/useful/trunk-1

« back to all changes in this revision

Viewing changes to scripts/lock-and-suspend.sh

  • Committer: Gustav Hartvigsson
  • Date: 2024-07-21 16:04:22 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20240721160422-e59zjphfbbmwiymp
Added COPYING file with copyright and licencing informaiton information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env bash
2
2
 
3
 
####
4
 
# FILE NAME lock-and-suspend.sh
5
 
#
6
 
# Lock and suspend a LightDM Session.
7
 
#
8
 
# Authors:
9
 
#   Gustav Hartvigsson 2024
10
 
#   Distributed under the Cool Licence 1.1
11
 
####
12
 
 
13
 
 
14
3
__SYSTEM=""
15
4
#FIXME: Auto detect DM?
16
5
__DM_TOOL="dm-tool lock"