44 lines
1015 B
Plaintext
44 lines
1015 B
Plaintext
### outputs config
|
|
#
|
|
|
|
output eDP-1 pos 0 0
|
|
output HDMI-A-1 pos 1920 0
|
|
|
|
input 2:14:ETPS/2_Elantech_Touchpad {
|
|
tap enabled
|
|
}
|
|
|
|
## inputs config
|
|
|
|
input 1386:827:Wacom_Intuos_S_2_Pen map_to_output eDP-1
|
|
|
|
input * {
|
|
xkb_layout "fr"
|
|
xkb_variant "azerty"
|
|
xkb_options ""
|
|
repeat_delay 300
|
|
repeat_rate 60
|
|
}
|
|
|
|
input * xkb_numlock enable
|
|
|
|
### 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 XF86MonBrightnessDown exec brightnessctl set 5%- #TODO fix that
|
|
bindsym XF86MonBrightnessUp exec brightnessctl set +5% #TODO fix that
|
|
|
|
### Sreenshots
|
|
#
|
|
# Take a screenshot with all output and save it into screenshots
|
|
bindsym Print exec '$screenshot'
|
|
|
|
# Take a screenshot of the select window
|
|
bindsym Print+Ctrl exec '$screenshot_window'
|
|
|
|
# Take a Screenshot with the region select
|
|
bindsym Print+Alt exec '$screenshot_select'
|
|
|