Regenerated
This commit is contained in:
+395
-393
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -4246,7 +4246,9 @@ else
|
|||||||
numlockx off
|
numlockx off
|
||||||
fi
|
fi
|
||||||
echo $COUNT
|
echo $COUNT
|
||||||
echo libinput list-devices
|
echo $(libinput list-devices \
|
||||||
|
| grep -A5 "Keyboard" \
|
||||||
|
| grep -c "kbd")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/wofi/scripts/wofi-launcher.sh=
|
** =generated/.config/wofi/scripts/wofi-launcher.sh=
|
||||||
|
|||||||
@@ -15,4 +15,6 @@ else
|
|||||||
numlockx off
|
numlockx off
|
||||||
fi
|
fi
|
||||||
echo $COUNT
|
echo $COUNT
|
||||||
echo libinput list-devices
|
echo $(libinput list-devices \
|
||||||
|
| grep -A5 "Keyboard" \
|
||||||
|
| grep -c "kbd")
|
||||||
|
|||||||
Reference in New Issue
Block a user