This file contains 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
<template> | |
<div | |
class="q-chips group textfield" | |
@click="focus" | |
:class="{active: active, disabled: disable, readonly: readonly}" | |
> | |
<span | |
class="chip label bg-light text-grey-9" | |
v-for="(label, index) in value" | |
:key="index" |
This file contains 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 | |
while true | |
do | |
inotifywait -e modify /sys/class/backlight/acpi_video0/brightness | |
echo brightness set to: $(cat /sys/class/backlight/acpi_video0/brightness) | |
xbacklight -set $(cat /sys/class/backlight/acpi_video0/brightness) | |
done |
This file contains 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
evdev:input:b0003v05ACp024F* | |
KEYBOARD_KEY_7004b=home | |
KEYBOARD_KEY_7004e=pageup | |
KEYBOARD_KEY_7004a=pagedown |
This file contains 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
Linux Mint 20 (Ubuntu) instructions: | |
git clone https://github.com/r4m0n/ZenStates-Linux | |
modify zenstates.py to use python3 | |
copy zenstates.py to /usr/local/bin/zenstates | |
git clone https://github.com/FlyGoat/RyzenAdj | |
build ryzenadj | |
copy ryzenadj to /usr/local/bin/ryzenadj |