X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.config%2Fi3%2Fconfig;h=1247e24905e602c81bd5ed26151a81e4aca8a468;hb=86aaaef21ac8fc9218515ec79a246013aec347c1;hp=48c196c7e0da73d4ab6a9d402e7570bf4f27cc24;hpb=163e95e8e453d51f60362edfa78829f234f36a20;p=dotfiles.git diff --git a/x/.config/i3/config b/x/.config/i3/config index 48c196c..1247e24 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -30,7 +30,7 @@ floating_modifier $mod hide_edge_borders none # start a terminal -bindsym $mod+Return exec urxvtc +bindsym $mod+Return exec /home/mrl/projects/st/st # lock bindsym $mod+l exec xautolock -locknow @@ -50,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