diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-10-04 19:11:35 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-10-04 19:21:05 -0700 |
commit | 3b1a85ab69f647f20a83ae60ec2c5311de2be3c6 (patch) | |
tree | 47ac1d05bc4bd9708d5a0c5cc3efd94bb9768e36 /base/config/i3 | |
parent | 739a232f0d6ed03eeb6595e22b6a8caa1ee12904 (diff) |
Adding clipmv binding.
Diffstat (limited to 'base/config/i3')
-rw-r--r-- | base/config/i3/config.d/00_base_config | 6 |
1 files 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 |