From d77a4a0af1baa4aa97afbca9f7555b8ce1d42ed2 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 17 Jun 2016 00:33:03 +0200 Subject: i3: cleanup config --- .config/i3/config | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 9c16d66..125df1c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,10 +1,3 @@ -# This file has been auto-generated by i3-config-wizard(1). -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout some time, delete -# this file and re-run i3-config-wizard(1). -# - # i3 config file (v4) # # Please see http://i3wm.org/docs/userguide.html for a complete reference! @@ -13,18 +6,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:monospace 8 - -# This font is widely installed, provides lots of unicode glyphs, right-to-left -# text rendering and scalability on retina/hidpi displays (thanks to pango). -#font pango:DejaVu Sans Mono 8 - -# Before i3 v4.8, we used to recommend this one as the default: -# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -# The font above is very space-efficient, that is, it looks good, sharp and -# clear in small sizes. However, its unicode glyph coverage is limited, the old -# X core fonts rendering does not support right-to-left and this being a bitmap -# font, it doesn’t scale on retina/hidpi displays. +font pango:Inconsolata 13px # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod @@ -36,10 +18,6 @@ bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Shift+q kill # start dmenu (a program launcher) -# bindsym $mod+d exec dmenu_run -# There also is the (new) i3-dmenu-desktop which only displays applications -# shipping a .desktop file. It is a wrapper around dmenu, so you need that -# installed. bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # change focus @@ -160,8 +138,6 @@ bindsym XF86ScreenSaver exec i3lock -def bindsym $mod+x move workspace to output right -font pango:Inconsolata 13px - # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { -- cgit v1.2.1