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
devices: | |
- input_name: 'AT Translated Set 2 keyboard' | |
input_phys: 'isa0060/serio0/input0' | |
output_name: remap-pixelbook-kbd | |
remappings: | |
KEY_ASSISTANT: | |
- KEY_COMPOSE |
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
devices: | |
- input_name: 'AT Translated Set 2 keyboard' | |
input_phys: 'isa0060/serio0/input0' | |
output_name: remap-pixelbook-kbd | |
remappings: | |
KEY_ASSISTANT: | |
- KEY_COMPOSE |
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
devices: | |
- input_name: 'AT Translated Set 2 keyboard' | |
input_phys: 'isa0060/serio0/input0' | |
output_name: 'AT Translated Set 2 keyboard' | |
remappings: | |
KEY_ASSISTANT: | |
- KEY_COMPOSE | |
KEY_CONTROLPANEL: | |
- KEY_KPDOT |
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
--- dsdt.dsl 2018-03-04 16:00:00.866484238 -0800 | |
+++ dsdt.dsl 2018-03-04 16:28:07.933272752 -0800 | |
@@ -18,9 +18,8 @@ | |
* Compiler ID "INTL" | |
* Compiler Version 0x20160527 (538314023) | |
*/ | |
-DefinitionBlock ("", "DSDT", 2, "LENOVO", "SKL ", 0x00000000) | |
+DefinitionBlock ("", "DSDT", 2, "LENOVO", "SKL ", 0x00000001) | |
{ | |
- External (_GPE.TBNF, MethodObj) // 0 Arguments |
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
/* ==UserStyle== | |
@name Discord App Narrower | |
@namespace github.com/rickybrent | |
@version 1.0.0 | |
@license unlicense | |
@updateURL https://gist.github.com/rickybrent/325295a1ab7c03552bd7777924e67e07/raw/discordapp.narrow.user.css | |
==/UserStyle== */ | |
@-moz-document domain("discordapp.com") { | |
/* .channels-Ie216A */ |
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
--[[ Debug | |
local debug_funcs = { | |
"get_window_name", | |
"get_window_has_name", | |
"get_application_name", | |
"get_window_geometry", | |
"get_window_client_geometry", | |
"get_window_is_maximized", | |
"get_window_is_maximized_vertically", |
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
/* ==UserStyle== | |
@name J-Novel Club Reader Blackout | |
@namespace github.com/rickybrent | |
@version 1.0.1 | |
@license unlicense | |
@updateURL https://gist.github.com/rickybrent/f5eb6db2e5b440b1b9baadf1699cd7d7/raw/j-novel-club-reader-blackout.user.css | |
==/UserStyle== */ | |
@-moz-document regexp("https://j-novel\\.club/.*/read") { | |
div#root div:first-child { | |
color: white !important; |
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
/* ==UserStyle== | |
@name Thin/No Scrollbars for Firefox | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description Scrolantana as a user style. | |
@updateURL https://gist.githubusercontent.com/rickybrent/5f043b18a7369485dd60f083f88dd6a6/raw/thin-no-scrollbar-firefox.user.css | |
==/UserStyle== */ | |
html { | |
scrollbar-width: none; | |
} |
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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
/* hide navigation bar when it is not focused; use Ctrl+L to get focus. | |
Adds a slight border and offset when it appears, similar to vivaldi. | |
*/ | |
#nav-bar { | |
min-height:0px !important; | |
} | |
#navigator-toolbox:not(:focus-within) #nav-bar:not([customizing="true"]):not([inFullscreen]) >* { | |
max-height:0px !important; |
OlderNewer