doti3/bar/src/cron/workspace_apps.php
2022-09-26 12:11:24 +02:00

7 lines
167 B
PHP
Executable file

#!/usr/bin/env php
<?php
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);
$value = $redis->set('i3_get_workspaces', shell_exec('i3-msg -t get_workspaces'));