mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
for some reason, the picom needs to start after the bar is already there, so added a bit of a delay on startup and restart picom (also delayed) along with qtile
4 lines
125 B
Bash
Executable File
4 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Restart picom so qtile bar does not get round corners
|
|
killall picom ; sleep 1 && picom --experimental-backends & |