Skip to content

Commit

Permalink
Move xkb_numlock parameter into the primary input config
Browse files Browse the repository at this point in the history
Instead of putting it separately
  • Loading branch information
Antiz96 committed Jun 30, 2024
1 parent 4d35d64 commit a93bfbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dotfiles/Sway/sway-config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ bindsym Mod4+Shift+r restart
### Input configuration

# Screen

#Desktop
output HDMI-A-2 res 1920x1080@165Hz pos 0 0
output DP-2 res 1920x1080@165Hz pos 1920 0
Expand All @@ -38,14 +37,12 @@ set $secondary "HDMI-A-2"
#set $primary "eDP-1"

# Keyboard

input * {
xkb_layout "fr"
xkb_variant "azerty"
xkb_numlock "enabled"
}

input type:keyboard xkb_numlock enabled

# Touchpad
input type:touchpad {
tap enabled
Expand Down

0 comments on commit a93bfbf

Please sign in to comment.