diff options
Diffstat (limited to 'base/config/i3/config.d')
-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 |