unzip "*.zip"
repo: lemnos/theme.sh: A script which lets you set your $terminal theme.
open selecting interface:
theme.sh -i
arch linux wiki: Xorg/Keyboard configuration (not read)
In XFCE4
add "Indicator Plugin" to panel, there is a keyboard icon.
how to ficx when trackpad stop working all of a sudden but USB mouse and rest of system OK.
source with explanations and various other solutions
find out device's info:
$ grep -iA2 touchpad /proc/bus/input/devices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Download images from a Wikimedia Commons category | |
# | |
# Highest preview resolution and metadata in XML format will be saved in subfolders. | |
# Usage: execute this script on a Linux command line, providing the full URL to the category page. | |
# | |
# Shell tools required for this script: wget sed grep | |
# |
OlderNewer