Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
BUDGIE-SESSION-INH(1)		  User Commands 	   BUDGIE-SESSION-INH(1)

NAME
     budgie-session-inhibit - inhibit budgie-session functionality

SYNOPSIS
     budgie-session-inhibit [OPTION...] [COMMAND]

DESCRIPTION
     budgie-session-inhibit  can  inhibit  certain  budgie-session functionality
     while executing the given COMMAND. To achieve this, it calls the  Inhibit()
     method  of  the  budgie-session D-Bus API and creates an inhibitor. The in-
     hibitor is automatically removed when budgie-session-inhibit exits.

     A typical use case is to prevent the session  from  going	idle  (and  thus
     locking the screen) while a movie player is running.

OPTIONS
     -h, --help
	 print help and exit

     --version
	 print version information and exit

     --app-id ID
	 The  application  id  to  use when calling the budgie-session Inhibit()
	 method. If this option is not specified, "unknown" is used.

     --reason REASON
	 A human-readable reason to pass along when calling  the  budgie-session
	 Inhibit()  method.  If this option is not specified, "not specified" is
	 used.

     --inhibit ARG
	 ARG specifies the things to inhibit, as  a  colon-separated  list.  The
	 possible  values  are logout, switch-user, suspend, idle, automount. If
	 this option is used more than once, the values are  combined.	If  this
	 option is not specified, "idle" is assumed.

     --inhibit-only
	 Do not launch COMMAND and wait forever instead

     -l, --list
	 list the existing inhibitions and exit

SEE ALSO
     systemd-inhibit(1)

budgie-session						   BUDGIE-SESSION-INH(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=budgie-session-inhibit&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help