[ADD][I3] Make htop floating by default
When launched from a program launcher, the title of an htop terminal is htop, unlike when it is launched from the command line.
This commit is contained in:
parent
57a48b3c05
commit
132a035443
|
@ -277,3 +277,5 @@ exec --no-startup-id feh --bg-fill ~/Pictures/wallpapers/starry-night-tree.png
|
||||||
for_window [class="tridactyl_editor"] floating enable border pixel 1
|
for_window [class="tridactyl_editor"] floating enable border pixel 1
|
||||||
# Make blueman windows floating by default
|
# Make blueman windows floating by default
|
||||||
for_window [class="^Blueman-.*$"] floating enable
|
for_window [class="^Blueman-.*$"] floating enable
|
||||||
|
# Make htop windows floating by default
|
||||||
|
for_window [title="^htop$"] floating enable
|
||||||
|
|
Loading…
Reference in a new issue