dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 40963364c88670fa1b58e21fe634be38808745a2
parent fcf3ebed5410ad23d96108f51f65c884dfe08a71
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 24 Sep 2020 12:26:20 +0200

videotoggle: disable resolution constraint

Diffstat:
M.local/bin/videotoggle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/videotoggle b/.local/bin/videotoggle @@ -4,7 +4,7 @@ if pgrep video >/dev/null 2>&1; then pkill video else - nohup sh -c 'video -f /dev/video1 -s 500 || video -s 320' \ + nohup sh -c 'video -f /dev/video1 || video ' \ >/dev/null 2>&1 & sleep 0.5 xdotool click 1