=== Lord_of_Life_ is now known as Lord_of_Life === robbie is now known as robbie_ === robbie_ is now known as robbie__ === robbie__ is now known as robbie_ === TomTom_ is now known as TomTom === dev is now known as dev_ === dev_ is now known as dev === dev is now known as dev_ === dev_ is now known as dev__ [14:42] Hi all [20:43] Hello [20:51] allo [20:52] I need to run a script on every unlock, is this possible? [21:00] Guest73: sounds hmmm only possibly doable in bash, I don't see it in KDE itself [21:05] Im on KDE Pasma 5.27.8 and have a setup PC -> Receiver -> TV. It seems to lose audio after a while so I run this script [21:05] #!/bin/bash [21:05] xrandr --output HDMI-2 --off [21:05] xrandr --output HDMI-2 --mode 4096x2160 --pos 0x0 [21:05] That fixes it, but I need to run this after unlock as well. No problem, but how do I achieve this? [21:07] Guest73: I'd give it shot at #bash , maybe they'd know better [21:08] as far as KDE or Kwin go, I don't see any options in the menus, then again, you're using a bash script already :)