Orestis Floros

Results 143 comments of Orestis Floros

Thanks, I'll take a look Copy of config ```lua -- If LuaRocks is installed, make sure that packages installed through it are -- found (e.g. lgi). If LuaRocks is not...

> is there a way to create snapshots with a defined TTL? None that I can find. Amazon Data Lifecycle Manager can automatically archive snapshots but only those created by...

Verified in eu-west-1 (oldest snapshot is 2 days old which is the limit).

Thanks @ldez. FMI, what's the usecase that would break? From my perspective, respecting CFS limits is a desired behavior.

I swear we fixed this before :sweat_smile: https://github.com/i3/i3/pull/4604

@vlachoudis just to confirm my own experience, does a restart fix it for you? I was able to reproduce when you first opened this but now I can't

See zenity for a full alternative you can use to build interactive menus for scripts. On Mon, 1 Jul 2024, 22:56 i3bot, ***@***.***> wrote: > Please note that new features...

Okay. For your use-case you can always use: ``` i3-input -F 'exec --no-startup-id /path/to/my_script.sh %s' ```

A more generic workaround for what you want to do: ```shell i3-input -F 'nop %s' | grep 'output =' | cut -d '=' -f 2 ```

> dbus-glib is a deprecated API for use of D-Bus from GLib applications. Do not use it in new code. > Since version 2.26, GLib's accompanying GIO library provides a...