From 3b1a85ab69f647f20a83ae60ec2c5311de2be3c6 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 4 Oct 2014 19:11:35 -0700 Subject: Adding clipmv binding. --- base/config/i3/config.d/00_base_config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/base/config/i3/config.d/00_base_config b/base/config/i3/config.d/00_base_config index fd7df1c..505ffec 100644 --- a/base/config/i3/config.d/00_base_config +++ b/base/config/i3/config.d/00_base_config @@ -10,7 +10,7 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 hide_edge_borders both ## Bindings to start programs -bindsym $mod+space exec dmenu_run +bindsym $mod+space exec dmenu_run -l 20 bindsym $mod+Return exec i3-sensible-terminal # kill focused window @@ -119,7 +119,7 @@ mode "resize" { ## i3bar Settings bar { status_command conky-i3bar - position top + position bottom tray_output primary font xft:Inconsolata 10 } @@ -130,6 +130,8 @@ bar { ## sshclip bindsym $mod+g exec sshclip +bindsym $mod+c exec clipmv + ### Music bindsym $mod+End exec xmms2 toggle bindsym $mod+Home exec xmms2 next -- cgit v1.2.3