init
This commit is contained in:
commit
319eaea1c9
8 changed files with 741 additions and 0 deletions
10
toggle-tablet-mode
Executable file
10
toggle-tablet-mode
Executable file
|
@ -0,0 +1,10 @@
|
|||
#! /bin/bash
|
||||
|
||||
if ( systemctl status tablet-mode.service ); then
|
||||
sudo systemctl stop tablet-mode.service
|
||||
notify-send "Laptop mode" "The system is now in laptop mode."
|
||||
else
|
||||
sudo systemctl start tablet-mode.service
|
||||
notify-send "Tablet mode" "The system is now in tablet mode."
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue