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
bluetooth.status=enabled | |
wireless.status=enabled | |
wireless.1.wds.status=disabled | |
wireless.1.status=enabled | |
wireless.1.ssid=ubi | |
wireless.1.security.type=none | |
wireless.1.hide_ssid=disabled | |
wireless.1.devname=ath0 | |
wireless.1.autowds=disabled | |
wireless.1.addmtikie=enabled |
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 | |
# Script to automate devices settings. | |
#: | |
#: Usage: bash ./set-devices [Options] | |
#: | |
#: Options: | |
#: --help Show this message and exit. | |
#: --rotate Rotate Screen to the options below. | |
#: left Rotate Screen left: Disables Keyboard and Touchpad. |
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/sh | |
#: | |
#: AntergosPrime/Configurable Button GPU Switch Script | |
#: | |
#: Small script to automate the process of switching gpu in KDE. This | |
#: is ment to be used with AntergrosPrime, and a widget called | |
#: Configurable button. | |
#: | |
#: This script has three functions: |
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 | |
#NOTE: I'm working on getting this to working with xinput instead of xsetwacom | |
# due to the volidity of it. | |
# Wacom Tablet automated xsetwacom Config Script. Specificly for Wacom PTH-651. | |
#: | |
#: Usage: bash ./wacom-config.sh [Options] | |
#: | |
#: Options: |
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/sh | |
# Wacom Intous Pro Small PTH-451 xsetwacom Config | |
#: | |
#: Usage: ./wacom-pth-451.sh [Options] | |
#: | |
#: Options: | |
#: --help Show this message and exit | |
#: --initiate First time run | |
#: --reset Reset tablet to defult modes and buttons |
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 | |
## THIS SCRIPT IS OUTDATED TO USE AS IS. I AM NOT RESPONSIBLE IF THIS SCRIPT BORKS YOUR SYSTEM!!! | |
# General script for installing MyPaint. This script assumes you use ssh | |
# to connnect to github, and that you are on a debian base system. Please | |
# edit the script acordingly. I am not responsible if this script breaks | |
# your system. If no argument is given, it will just update the repositories. | |
#Feedback Colors |
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/sh | |
# Wacom Intous PT M CTH-680 xsetwacom Config | |
#: | |
#: Usage: ./wacom-cth-680.sh [Options] | |
#: | |
#: Options: | |
#: --help Show this message and exit | |
#: --initiate First time run | |
#: --reset Reset tablet to defult modes and buttons |
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
DEVICE NAME: Helios | |
vendor: Hewlett-Packard | |
product: HP ENVY TS 15 Notebook PC (E7Z52UA#ABA) | |
PROCESSOR: Intel Core i5-4200M @ 3.10GHz (4 Cores) | |
Core Count: 2 | |
Thread Count: 4 | |
Extensions: SSE 4.2 + AVX2 + AVX + RDRAND + FSGSBASE | |
Cache Size: 3072 KB | |
Microcode: 0x17 |