Browse Source

beacon -> wsunit

master
Sophie Hirn 1 year ago
parent
commit
e4c14a48d7
No known key found for this signature in database
14 changed files with 6 additions and 36 deletions
  1. +0
    -5
      .config/beacon/hooks/25-nopaste-stop
  2. +0
    -6
      .config/beacon/hooks/50-disable-screensaver
  3. +0
    -6
      .config/beacon/hooks/50-numlockx
  4. +0
    -6
      .config/beacon/hooks/75-nopaste-start
  5. +0
    -10
      .config/beacon/svc/nopaste
  6. +0
    -0
      .config/wsunit/compose-key/deps/@reload
  7. +0
    -0
      .config/wsunit/compose-key/revdeps/@default
  8. +0
    -3
      .config/wsunit/compose-key/start
  9. +0
    -0
      .config/wsunit/nopaste/deps/@reload
  10. +0
    -0
      .config/wsunit/nopaste/deps/@unlocked
  11. +0
    -0
      .config/wsunit/nopaste/revdeps/@default
  12. +3
    -0
      .config/wsunit/nopaste/run
  13. +0
    -0
      .config/wsunit/numlockx/revdeps/@default
  14. +3
    -0
      .config/wsunit/numlockx/start

+ 0
- 5
.config/beacon/hooks/25-nopaste-stop View File

@@ -1,5 +0,0 @@
#!/bin/bash

on reload shutdown

beacon stop nopaste || true

+ 0
- 6
.config/beacon/hooks/50-disable-screensaver View File

@@ -1,6 +0,0 @@
#!/bin/bash

on init
check [ -n "$DISPLAY" ]

xset s 0 -dpms

+ 0
- 6
.config/beacon/hooks/50-numlockx View File

@@ -1,6 +0,0 @@
#!/bin/bash

on init
check [ -n "$DISPLAY" ]

numlockx on &

+ 0
- 6
.config/beacon/hooks/75-nopaste-start View File

@@ -1,6 +0,0 @@
#!/bin/bash

on init reload
check [ -n "$DISPLAY" ]

beacon start nopaste

+ 0
- 10
.config/beacon/svc/nopaste View File

@@ -1,10 +0,0 @@
#!/bin/bash

exec beacon run \
--title nopaste \
--sleep 30 \
<<-'EOF'
if [ -n "$(xclip -o)" ]; then
xclip -i /dev/null
fi
EOF

+ 0
- 0
.config/wsunit/compose-key/deps/@reload View File


+ 0
- 0
.config/wsunit/compose-key/revdeps/@default View File


.config/beacon/hooks/50-compose-key → .config/wsunit/compose-key/start View File

@@ -1,6 +1,3 @@
#!/bin/bash

on init reload
check [ -n "$DISPLAY" ]

setxkbmap -option compose:{%{compose-key}%}

+ 0
- 0
.config/wsunit/nopaste/deps/@reload View File


+ 0
- 0
.config/wsunit/nopaste/deps/@unlocked View File


+ 0
- 0
.config/wsunit/nopaste/revdeps/@default View File


+ 3
- 0
.config/wsunit/nopaste/run View File

@@ -0,0 +1,3 @@
#!/bin/bash

exec cronexec '*' '*' '*' '*' '*' bash -c 'test -z "$(xclip -o)" || xclip -i /dev/null"'

+ 0
- 0
.config/wsunit/numlockx/revdeps/@default View File


+ 3
- 0
.config/wsunit/numlockx/start View File

@@ -0,0 +1,3 @@
#!/bin/bash

numlockx on

Loading…
Cancel
Save