Skip to content

Commit

Permalink
sway - disable title bars again
Browse files Browse the repository at this point in the history
They added a check for 0 font size but no way to truly disable title
bars. Setting font size to a low but nonzero value gets through the
check but still hides the titlebars.

They're working on a proper method to accomplish this -
swaywm/sway#7409
  • Loading branch information
rbuchberger committed Feb 1, 2023
1 parent 8092524 commit 2830fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/sway/config
Expand Up @@ -35,7 +35,8 @@
border pixel 1
}

font pango:Overpass Regular 11
# Disable title bars
font Overpass Regular 0.1

# Base16 Railscasts
# Author: Ryan Bates (http://railscasts.com)
Expand Down

0 comments on commit 2830fcc

Please sign in to comment.