diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-06-04 20:46:42 -0400 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-06-04 20:46:42 -0400 |
| commit | 2586197af1a1c4b419e6d3a7786128c6091ee939 (patch) | |
| tree | 2c0c12eb9fd7c7ed64aab21823dccbefb8594ce5 /i3 | |
| parent | 7846c1b33585a88333d2b0ac2270d0d304a2eeac (diff) | |
| download | dotfiles-2586197af1a1c4b419e6d3a7786128c6091ee939.tar.gz | |
Switched starting picom from .xprofile to i3 config. Corrected the mic check script for polybar
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/.config/i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index ff00d0f..4c96f00 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -23,6 +23,7 @@ client.focused_inactive #16161d #16161d #c0caf5 #16161d #16161d client.unfocused #16161d #16161d #c0caf5 #16161d #16161d # --- Autostart --- +exec --no-startup-id picom --backend xrender --vsync --use-damage exec --no-startup-id pipewire exec --no-startup-id /usr/bin/openrazer-daemon exec --no-startup-id brightnessctl set 40% |
