diff --git a/config/i3/config b/config/i3/config index 59466e6..50d76d0 100644 --- a/config/i3/config +++ b/config/i3/config @@ -13,7 +13,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:monospace 8 +font pango:monospace 9 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). diff --git a/config/i3/config.d/70-bindings.conf b/config/i3/config.d/70-bindings.conf index 9e7df75..b90a823 100644 --- a/config/i3/config.d/70-bindings.conf +++ b/config/i3/config.d/70-bindings.conf @@ -1,9 +1,11 @@ -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status -bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status -bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status +# Controls +bindsym XF86MonBrightnessUp exec brightnessctl s 5%- +bindsym XF86MonBrightnessDown exec brightnessctl s +5% -bindsym $mod+Return exec i3-sensible-terminal +# Launchers +bindsym $mod+Return exec --no-startup-id i3-sensible-terminal +bindsym $mod+f1 exec --no-startup-id mixxx +bindsym $mod+f2 exec --no-startup-id librewolf bindsym $mod+Shift+q kill @@ -19,10 +21,10 @@ bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right -bindsym $mod+Shift+j move left -bindsym $mod+Shift+k move down -bindsym $mod+Shift+l move up -bindsym $mod+Shift+semicolon move right +bindsym $mod+Shift+h move left +bindsym $mod+Shift+j move down +bindsym $mod+Shift+k move up +bindsym $mod+Shift+l move right bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down @@ -84,24 +86,16 @@ bindsym $mod+Shift+r restart bindsym $mod+Shift+e exec i3-msg exit mode "resize" { - # These bindings trigger as soon as you enter the resize mode + bindsym h resize shrink width 10 px or 10 ppt + bindsym j resize grow height 10 px or 10 ppt + bindsym k resize shrink height 10 px or 10 ppt + bindsym l resize grow width 10 px or 10 ppt - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt - - # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt bindsym Down resize grow height 10 px or 10 ppt bindsym Up resize shrink height 10 px or 10 ppt bindsym Right resize grow width 10 px or 10 ppt - # back to normal: Enter or Escape or $mod+r bindsym Return mode "default" bindsym Escape mode "default" bindsym $mod+r mode "default" @@ -109,3 +103,5 @@ mode "resize" { bindsym $mod+r mode "resize" +bindsym $mod+Mod1+l exec i3lock +