4 Commits
dev ... v1.2.1

Author SHA1 Message Date
612f81285c Merge branch 'release-1.2' 2022-07-31 12:56:55 +02:00
f21d019f50 Merge branch 'release-1.2' 2022-07-30 17:32:15 +02:00
71a3749079 Merge branch 'release-1.1' 2022-07-30 17:22:40 +02:00
661176befb Merge branch 'release-1.0' 2022-07-30 17:20:30 +02:00
3 changed files with 2 additions and 73 deletions

View File

@@ -1,29 +0,0 @@
KSMSERVER_NOTIFY_CONFIG_PATH=~/.config/ksmserver.notifyrc
SCRIPT_PATH=~/.local/bin/event_screensaver
.PHONY: install remove
default: install
install:
# Deploy script
cp -f ./event_screensaver ${DESTDIR}${SCRIPT_PATH}
# Make executeable
chmod +x ${DESTDIR}${SCRIPT_PATH}
# Deploy notifyrc-file
cp ./ksmserver.notifyrc ${DESTDIR}${KSMSERVER_NOTIFY_CONFIG_PATH}
# Reload kwin..
qdbus org.kde.KWin /KWin reconfigure
# Installed!
remove:
# Remove files..
rm ${DESTDIR}${SCRIPT_PATH} ${DESTDIR}${KSMSERVER_NOTIFY_CONFIG_PATH}
# Reload kwin..
qdbus org.kde.KWin /KWin reconfigure
# Removed!

View File

@@ -10,9 +10,7 @@ Table of contents
<!-- TOC -->
- [1. The Problem](#1-the-problem)
- [2. The Fix](#2-the-fix)
- [3. How to install/remove](#3-how-to-installremove)
- [3.1. Automatically](#31-automatically)
- [3.2. Manually](#32-manually)
- [3. How to install](#3-how-to-install)
<!-- /TOC -->
<br>
@@ -42,31 +40,7 @@ After a successful unlock, the value from the config is reapplied.
<br>
# 3. How to install/remove
## 3.1. Automatically
### 3.1.1. Install
Run the Makefile with `install`.
```sh
make install
```
### 3.1.2. Remove
Run the Makefile with `remove`.
```sh
make remove
```
<br>
## 3.2. Manually
### 3.2.1. Install
# 3. How to install
Place the file `event_screensaver` to a bin-location, for a local user this is typically `~/.local/bin/` and make it executeable.
@@ -77,6 +51,3 @@ Example:
Screen locked
Run Command: ~/.local/bin/event_screenSaver locked
```
Or update/create the config-file directly under `~/.config/ksmserver.notifyrc` similary to the file found in this repository.
Then restart or reload KWin.

View File

@@ -1,13 +0,0 @@
[Event/locked]
Action=Execute
Execute=~/.local/bin/event_screensaver locked
Logfile=
Sound=
TTS=
[Event/unlocked]
Action=Execute
Execute=~/.local/bin/event_screensaver unlocked
Logfile=
Sound=
TTS=