diff options
author | Adam M. Stück <adam@adast.xyz> | 2022-12-05 09:06:18 +0100 |
---|---|---|
committer | Adam M. Stück <adam@adast.xyz> | 2022-12-05 09:06:18 +0100 |
commit | 1a68f09a76afa43eb9120a3504396ddf3309901f (patch) | |
tree | 790460a61026ee69a5648eb5a078020de9fbcbbd /.config | |
parent | 89cb1d5496084f4006073b85ad28e5085bf17813 (diff) |
i3: don't float pulsemixer
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index a0e9bd7..4095f85 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -71,6 +71,5 @@ for_window [class="floating_window"] floating enable for_window [window_role="pop-up"] floating enable for_window [window_role="About"] floating enable for_window [class="Nextcloud"] floating enable -for_window [title="pulsemixer"] floating enable exec_always --no-startup-id $HOME/.local/bin/barlaunch |