From cfb8c4168d160fde0a5625ccdc4f5c71175ea6c5 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 3 Oct 2016 13:56:19 +0300 Subject: [PATCH] moar i3wm customizations --- i3_config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/i3_config b/i3_config index ca638da..0c049d8 100644 --- a/i3_config +++ b/i3_config @@ -27,13 +27,13 @@ font pango:Terminus Bold 11 floating_modifier $mod # start a terminal -bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+x exec urxvt # kill focused window bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +bindsym $mod+d exec dmenu_run -fn Terminus # 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. @@ -70,7 +70,7 @@ bindsym $mod+b split h bindsym $mod+v split v # enter fullscreen mode for the focused container -#bindsym $mod+f fullscreen +bindsym $mod+f fullscreen # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking @@ -78,10 +78,10 @@ bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split # toggle tiling / floating -bindsym $mod+f floating toggle +bindsym $mod+Shift+Return floating toggle # change focus between tiling / floating windows -bindsym $mod+Shift+f focus mode_toggle +bindsym $mod+Return focus mode_toggle # focus the parent container bindsym $mod+a focus parent