X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3%2Fconfig;h=0277172f521a5606d6d2ecfd5db7f0fcc3f40334;hb=6cde5de091d9641a4fc470b79d2d3e528a2db157;hp=abbfdde8b04ffda68ba141d281429a4ad6b6a84c;hpb=b7386be5f9c3076292eb22fa0a1b85b366f2b851;p=dotfiles.git diff --git a/x/.config/i3/config b/x/.config/i3/config index abbfdde..0277172 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -13,9 +13,6 @@ set $mod Mod4 set $font DejaVu Sans Mono set $fontsize 12 -# lock the screen after 10 minutes -exec xautolock -locker ~/.local/bin/lock.sh & dunst & setxkbmap -layout dvorak,ru,us -variant ,phonetic_dvorak, -option compose:ralt,grp:menu_toggle,caps:super - # Toggle playback bindsym Pause exec mpc toggle # Printscreen @@ -53,9 +50,9 @@ bindsym $mod+s focus right # alternatively, you can use the cursor keys: bindsym XF86MonBrightnessUp exec xbacklight -inc 5 bindsym XF86MonBrightnessDown exec xbacklight -dec 5 -bindsym XF86AudioMute exec amixer -c 1 set Master toggle -bindsym XF86AudioLowerVolume exec amixer -c 1 set Master 5%- -bindsym XF86AudioRaiseVolume exec amixer -c 1 set Master 5%+ +bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle +bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% +bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% # move focused window bindsym $mod+Shift+h move left