Téléverser les fichiers vers "/"
Configuration clavier FR et gestion urgent Signed-off-by: lol <laurent@ollagnier.org>
This commit is contained in:
26
99-input.conf
Normal file
26
99-input.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
### Input configuration
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
||||
# dwt enabled
|
||||
# tap enabled
|
||||
# natural_scroll enabled
|
||||
# middle_emulation enabled
|
||||
#
|
||||
#
|
||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||
# Read `man 5 sway-input` for more information about this section.
|
||||
|
||||
input "type:touchpad" {
|
||||
dwt enabled
|
||||
tap enabled
|
||||
natural_scroll enabled
|
||||
}
|
||||
|
||||
input type:keyboard {
|
||||
xkb_layout fr,us
|
||||
xkb_variant oss,,
|
||||
xkb_options compose:rctrl
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user