ulises-jeremias / dotfiles

HorneroConfig is a comprehensive dotfiles framework, tailored for seamless customization of diverse window management setups across various operating systems. Just like the skilled hornero bird meticulously shapes its nest, HorneroConfig empowers you to craft a digital environment that's robust, uniquely yours, and beautifully organized!
https://ulises-jeremias.github.io/dotfiles
MIT License
92 stars 1 forks source link

Make i3 autotiling work properly #21

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

[[ -z "$(pgrep autotiling)" ]] && "${XDG_CONFIG_HOME}"/i3/autotiling & needs to be updated once the autotiling scripts works as expected

https://api.github.com/ulises-jeremias/dotfiles/blob/ddee3d34f56a9263427d597323f60b643a0ba4dc/common/config/i3/autostart.sh#L34


# open polybar
"${XDG_CONFIG_HOME}"/polybar/launch &

# TODO: Make i3 autotiling work properly
# [[ -z "$(pgrep autotiling)" ]] && "${XDG_CONFIG_HOME}"/i3/autotiling &

# Start nm-applet
[[ -z "$(pgrep nm-applet)" ]] && nm-applet &
github-actions[bot] commented 1 year ago

Closed in 847d4c4e67f4c71965e092d8c3ec7165d936cdd0