mirror of
https://github.com/arkorty/Scripts.git
synced 2026-03-18 09:12:27 +00:00
Add screen-off and incognito
This commit is contained in:
14
incognito
Executable file
14
incognito
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/sh
|
||||||
|
|
||||||
|
# Script: incognito (0.0.1-alpha)
|
||||||
|
# License: MIT
|
||||||
|
# Author: Arkaprabha Chakraborty
|
||||||
|
# Created: 13-11-23
|
||||||
|
# Dependencies: librewolf
|
||||||
|
#
|
||||||
|
# Copyright (C) 2023 Arkaprabha Chakraborty
|
||||||
|
|
||||||
|
PROG=librewolf
|
||||||
|
FLAGS=--private-window
|
||||||
|
|
||||||
|
exec $PROG $FLAG
|
||||||
14
screen-off
Executable file
14
screen-off
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/sh
|
||||||
|
|
||||||
|
# Script: screen-off (0.0.1-alpha)
|
||||||
|
# License: MIT
|
||||||
|
# Author: Arkaprabha Chakraborty
|
||||||
|
# Created: 13-11-23
|
||||||
|
# Dependencies: xset
|
||||||
|
#
|
||||||
|
# Copyright (C) 2023 Arkaprabha Chakraborty
|
||||||
|
|
||||||
|
PROG=xset
|
||||||
|
FLAGS='dpms force off'
|
||||||
|
|
||||||
|
$PROG $FLAGS
|
||||||
Reference in New Issue
Block a user