Windows + (H|J|K|L)
Windows + c (horizontal)
Windows + v (vertical)
journalctl -u <service-name>
/etc/systemd/system/
[Unit]
Description=Redis
After=syslog.target
[Service]
ExecStart=/usr/local/bin/redis-server /etc/redis/redis.conf
RestartSec=5s
Restart=on-success
[Install]
WantedBy=multi-user.target
https://wiki.archlinux.org/index.php/bluetooth
https://wiki.archlinux.org/index.php/Bluetooth_headset
https://github.com/manjaro/packages-extra/issues/64
https://wiki.archlinux.org/index.php/Bluetooth_keyboard
xrandr --output LVDS1 --off
xrandr -q
xrandr --auto --output HDMI1 --mode 1920x1080 --right-of LVDS1
ctrl + shift + c
ctrl + shift + v
lsblk -f
First, create dir like /mnt/pendrive, then
sudo mount -U [device id] /mnt/pendrive
sudo umount /mnt/pendrive