https://aur.archlinux.org/packages/keeprofi/
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
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<!-- hxss: --> | |
<!-- ######################################################### --> | |
<!-- ######################### MAIN ########################## --> | |
<!-- ######################################################### --> |
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
### Notify recieved from vivaldi(chromium): | |
2018-01-29T21:10:05+0500 lenovo dbus-daemon[1049]: [session uid=1000 pid=1049] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.166' (uid=1000 pid=5263 comm="/opt/vivaldi/vivaldi-bin --enable-native-gpu-memor") | |
2018-01-29T21:10:05+0500 lenovo systemd[1034]: Starting XFCE notifications service... | |
2018-01-29T21:10:05+0500 lenovo dbus-daemon[1049]: [session uid=1000 pid=1049] Successfully activated service 'org.freedesktop.Notifications' | |
2018-01-29T21:10:05+0500 lenovo systemd[1034]: Started XFCE notifications service. | |
### Single click on link in notify: |
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
<?xml version="1.0"?> | |
<ThermalConfiguration> | |
<Platform> | |
<Name>_TRT export</Name> | |
<ProductName>80TX </ProductName> | |
<Preference>QUIET</Preference> | |
<ThermalSensors> | |
<ThermalSensor> | |
<Type>INT3400 Thermal</Type> | |
<Path>/sys/class/thermal/thermal_zone0/</Path> |
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
Registering the well-known name (org.freedesktop.thermald) | |
RequestName returned 1. | |
Registering it on the D-Bus. | |
RAPL sysfs present | |
RAPL base path /sys/class/powercap/intel-rapl/ | |
RAPL domain dir intel-rapl:0 | |
name package-0 | |
RAPL base path /sys/class/powercap/intel-rapl/intel-rapl:0/ | |
RAPL domain dir intel-rapl:0:1 | |
name uncore |
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
# dmesg | grep -i bluetooth | |
[ 3.885464] Bluetooth: Core ver 2.22 | |
[ 3.885479] Bluetooth: HCI device and connection manager initialized | |
[ 3.885482] Bluetooth: HCI socket layer initialized | |
[ 3.885485] Bluetooth: L2CAP socket layer initialized | |
[ 3.885488] Bluetooth: SCO socket layer initialized | |
[ 3.901000] Bluetooth: HCI UART driver ver 2.3 | |
[ 3.901002] Bluetooth: HCI UART protocol H4 registered | |
[ 3.901003] Bluetooth: HCI UART protocol BCSP registered | |
[ 3.901017] Bluetooth: HCI UART protocol LL registered |
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
<!-- /etc/thermald/thermal-conf.xml --> | |
<?xml version="1.0"?> | |
<ThermalConfiguration> | |
<Platform> | |
<Name>Generic X86 Laptop Device</Name> | |
<ProductName>*</ProductName> | |
<Preference>QUIET</Preference> | |
<ThermalSensors> | |
<ThermalSensor> |
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
"xclip -i /dev/null" | |
b:10 | |
"xdotool click 10" | |
b:10 + Release | |
# for russian layout | |
"xdotool click 10" | |
m:0x2010 + b:10 + Release |
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
configuration { | |
modi: "drun,run"; | |
theme: "fullscreen"; | |
/*width: 1920;*/ | |
/*height: 100;*/ | |
/*lines: 5;*/ | |
/* columns: 1;*/ | |
/*font: "mono 18";*/ | |
/* bw: 1;*/ | |
/* location: 0;*/ |
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
# /etc/udev/rules.d/20-bt-auto-enable-a2dp.rules | |
# hxss | |
SUBSYSTEM=="bluetooth", ACTION=="add", RUN+="/home/hxss/.config/scripts/xorg/bt-auto-enable-a2dp.sh" |