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.conf ~/dotfiles-versions/$version/hypr/conf/keyboard.conf
|
||||||
cp .install/templates/keyboard.py ~/dotfiles-versions/$version/qtile/conf/keyboard.py
|
cp .install/templates/keyboard.py ~/dotfiles-versions/$version/qtile/conf/keyboard.py
|
||||||
|
|
||||||
SEARCH="\"KEYBOARD_LAYOUT\""
|
SEARCH="KEYBOARD_LAYOUT"
|
||||||
REPLACE="\"$keyboard_layout\""
|
REPLACE="$keyboard_layout"
|
||||||
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/hypr/conf/keyboard.conf
|
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/hypr/conf/keyboard.conf
|
||||||
|
|
||||||
SEARCH="\"KEYBOARD_LAYOUT\""
|
SEARCH="\"KEYBOARD_LAYOUT\""
|
||||||
REPLACE="\"$keyboard_layout\""
|
REPLACE="\"$keyboard_layout\""
|
||||||
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/qtile/conf/keyboard.py
|
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/qtile/conf/keyboard.py
|
||||||
|
|
||||||
SEARCH="\"KEYBOARD_VARIANT\""
|
SEARCH="KEYBOARD_VARIANT"
|
||||||
REPLACE="\"$keyboard_variant\""
|
REPLACE="$keyboard_variant"
|
||||||
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/hypr/conf/keyboard.conf
|
sed -i "s/$SEARCH/$REPLACE/g" ~/dotfiles-versions/$version/hypr/conf/keyboard.conf
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# Keyboard Layout
|
# Keyboard Layout
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
input {
|
input {
|
||||||
kb_layout = "KEYBOARD_LAYOUT"
|
kb_layout = KEYBOARD_LAYOUT
|
||||||
kb_variant = "KEYBOARD_VARIANT"
|
kb_variant = KEYBOARD_VARIANT
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = false
|
natural_scroll = false
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version="2.5.2 BETA"
|
version="2.5.2BETA"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user