Update
This commit is contained in:
parent
051538dab4
commit
0038510d56
|
@ -62,16 +62,16 @@ else
|
|||
cp .install/templates/keyboard.conf ~/dotfiles-versions/$version/hypr/conf/keyboard.conf
|
||||
cp .install/templates/keyboard.py ~/dotfiles-versions/$version/qtile/conf/keyboard.py
|
||||
|
||||
SEARCH="\"KEYBOARD_LAYOUT\""
|
||||
REPLACE="\"$keyboard_layout\""
|
||||
SEARCH="KEYBOARD_LAYOUT"
|
||||
REPLACE="$keyboard_layout"
|
||||
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/hypr/conf/keyboard.conf
|
||||
|
||||
SEARCH="\"KEYBOARD_LAYOUT\""
|
||||
REPLACE="\"$keyboard_layout\""
|
||||
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/qtile/conf/keyboard.py
|
||||
|
||||
SEARCH="\"KEYBOARD_VARIANT\""
|
||||
REPLACE="\"$keyboard_variant\""
|
||||
SEARCH="KEYBOARD_VARIANT"
|
||||
REPLACE="$keyboard_variant"
|
||||
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/hypr/conf/keyboard.conf
|
||||
|
||||
echo ""
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# Keyboard Layout
|
||||
# -----------------------------------------------------
|
||||
input {
|
||||
kb_layout = "KEYBOARD_LAYOUT"
|
||||
kb_variant = "KEYBOARD_VARIANT"
|
||||
kb_layout = KEYBOARD_LAYOUT
|
||||
kb_variant = KEYBOARD_VARIANT
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
|
|
Loading…
Reference in New Issue
Block a user