Skip to content

Commit

Permalink
Explicitly set input type as keyboard in sway config (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored Jun 30, 2024
1 parent e69eddf commit 69254a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Arch-Linux/Sway.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ sudo vim /etc/sway/config
[...]
set $term xfce4-terminal
[...]
input * {
input type:keyboard {
xkb_layout "fr"
xkb_variant "azerty"
xkb_numlock "enabled"
}
```

Expand Down
2 changes: 1 addition & 1 deletion Dotfiles/Sway/sway-config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set $secondary "HDMI-A-2"
#set $primary "eDP-1"

# Keyboard
input * {
input type:keyboard {
xkb_layout "fr"
xkb_variant "azerty"
xkb_numlock "enabled"
Expand Down

0 comments on commit 69254a3

Please sign in to comment.