diff --git a/i3/conf/common/base b/i3/conf/common/base index 6753c20..3a92a1a 100644 --- a/i3/conf/common/base +++ b/i3/conf/common/base @@ -126,15 +126,18 @@ floating_modifier $mod bindsym F1 [instance="dropdown"] scratchpad show; [instance="dropdown"] move position center # Ranger Terminal - bindsym F2 exec "urxvt -name ranger -e ranger" + bindsym $mod+F2 exec "urxvt -name ranger -e ranger" # Urgent window bindsym $mod+x [urgent=latest] focus # MEDIA KEYS - bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 2%+ - bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 2%- + bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 1%+ + bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 1%- + bindsym Ctrl+XF86AudioRaiseVolume exec --no-startup-id amixer set Master 10%+ + bindsym Ctrl+XF86AudioLowerVolume exec --no-startup-id amixer set Master 10%- + bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle bindsym XF86AudioPlay exec --no-startup-id mpc toggle bindsym XF86AudioNext exec --no-startup-id mpc next