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
@-moz-document domain("meet.google.com") { | |
div.rG0ybd, | |
div.LCXT6 { | |
max-height: 42px; | |
filter: invert(100%); | |
} | |
} |
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
/* ==UserStyle== | |
@name minimal-scrollbar | |
@version 1.0.0 | |
@description Minimal scrollbar for Vivaldi. | |
@namespace rickybrent | |
@author rickybrent | |
@license BSD-2-clause | |
@updateURL https://gist.githubusercontent.com/rickybrent/fa28b17e77adb20ca744160a7ad7d334/raw/minimal-scrollbar.user.css | |
==/UserStyle== */ | |
::-webkit-scrollbar-track { |
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
@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; |
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
/* ==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 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
/* ==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 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
--[[ 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 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
/* ==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 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
--- 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 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
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 |