chore(sway): Add keyboard input change - use Verr. Num. by default
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
#
|
#
|
||||||
# Logo key. Use Mod1 for Alt.
|
|
||||||
set $mod Mod4
|
|
||||||
# Home row direction keys, like vim
|
# Home row direction keys, like vim
|
||||||
set $left h
|
set $left h
|
||||||
set $down j
|
set $down j
|
||||||
@@ -59,17 +57,23 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|||||||
# Read `man 5 sway-input` for more information about this section.
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
dwt enabled
|
dwt enabled
|
||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
middle_emulation enabled
|
middle_emulation enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:keyboard {
|
input * {
|
||||||
xkb_layout "fr"
|
xkb_layout fr
|
||||||
xkb_variant "oss"
|
xkb_variant oss
|
||||||
xkb_options "grp:alt_space_toggle"
|
xkb_options grp:alt_space_toggle
|
||||||
|
xkb_numlock enabled
|
||||||
|
xkb_model pc105
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Mod4 = Logo key. Use Mod1 for Alt. XF86Tools pour la touche en haut à droite du clavier, tout à gauche des 4 touches présentes
|
||||||
|
set $mod Mod4
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
#
|
#
|
||||||
# Basics:
|
# Basics:
|
||||||
|
|||||||
Reference in New Issue
Block a user