[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:
Bruno BELANYI 2019-10-09 14:43:41 +02:00
parent 57a48b3c05
commit 132a035443
1 changed files with 2 additions and 0 deletions

View File

@ -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
# Make blueman windows floating by default
for_window [class="^Blueman-.*$"] floating enable
# Make htop windows floating by default
for_window [title="^htop$"] floating enable