### Inputs config # input 1739:0:Synaptics_TM3075-002 { tap enabled } ### Function keys # bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle bindsym XF86MonBrightnessDown exec brightnessctl set 5%- #TODO fix that bindsym XF86MonBrightnessUp exec brightnessctl set +5% #TODO fix that #bindsym XF86Display nothing for now #bindsym XF86WLAN already implemented, toggles Wifi via rfkill #bindsym XF86Tools nothing for now bindsym XF86Search exec firefox bindsym XF86Explorer exec $term -e ranger bindsym XF86Launcha exec '$screenlock' ### Screenshots # # Take a screenshot with all outputs and save it into screenshots bindsym Print exec '$screeshot' # Take a screenshot of the active window bindsym Print+Ctrl exec '$screenshot_window' # Take a screenshot with the region selection bindsym Print+Alt exec '$screenshot_select'