/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:11:39 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20240721161139-052huagi6gtew3ax
Added copyright information to all files.

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
 
3
14
__SYSTEM=""
4
15
#FIXME: Auto detect DM?
5
16
__DM_TOOL="dm-tool lock"