From 467c97f5cf83aa552a412f6966d8f5ded60cbcfd Mon Sep 17 00:00:00 2001 From: Tom Swartz Date: Mon, 20 Jan 2014 22:32:15 -0500 Subject: [PATCH] Disable Titlebars in i3 It's usually pretty obvious which application is running. Enables 1px borders on all windows, and removes unnecessary titlebars. Tested-on: arcturus <20 Jan 2014> --- .i3/config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.i3/config b/.i3/config index f9a1bb9..c07688d 100644 --- a/.i3/config +++ b/.i3/config @@ -19,7 +19,14 @@ set $mod Mod4 # right-to-left text rendering, you should instead use pango for rendering and # chose a FreeType font, such as: # font pango:DejaVu Sans Mono 10 - font pango:DroidSansMono 10 +font pango:DroidSansMono 10 + +# Add keys to toggle window borders +bindsym $mod+t border normal +bindsym $mod+y border 1pixel + +# Disable Titlebars and set window borders to 1 pixel. +new_window 1pixel # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod