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
| /* Download | |
| https://www.xfce-look.org/p/1275087/ | |
| extract | |
| tar xvf ./Mojave-dark.tar.xz | |
| Move to ~/.themes/Mojave-dark | |
| Apply under Window Manager & Appearance | |
| Test changes | |
| xfce4-panel -r | |
| Tested on GalliumOS 2.1 |
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
| vim ~/.oh-my-zsh/themes/ag* | |
| replace this code block | |
| ``` | |
| # Dir: current working directory | |
| prompt_dir() { | |
| prompt_segment blue black '%2~' | |
| } | |
| ``` |
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
| { | |
| "zenMode.fullScreen": false, | |
| "terminal.integrated.macOptionClickForcesSelection": true, | |
| "customizeUI.activityBar": "top", | |
| "editor.renderWhitespace": "all", | |
| "editor.formatOnPaste": true, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.snippetSuggestions": "top", | |
| "workbench.colorTheme": "Sublime Material Theme - Dark", | |
| "workbench.iconTheme": "vscode-icons-mac", |
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
| // Place your key bindings in this file to override the defaults | |
| [ | |
| { | |
| "key": "cmd+pausebreak", | |
| "command": "workbench.action.terminal.sendSequence", | |
| "args": { | |
| "text": "\u0003" | |
| }, | |
| "when": "terminalFocus" | |
| }, |
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
| # ~/.config/picom.conf | |
| # Compton Configuration, courtesy of Xubuntu Developers | |
| # Please note that Compton is not supported by Xubuntu and may not work | |
| # correctly for you. This file is provided as a set of sane defaults and is in | |
| # no way endorsed by the Xubuntu team. | |
| # | |
| # About Compton: https://github.com/chjj/compton | |
| # Heavily based on: http://bit.ly/1l5OrzL | |
| # Sample settings: https://github.com/chjj/compton/blob/master/compton.sample.conf |
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
| [Control Panel\\Colors] 1491939580 | |
| #time=1d2b2fb5c69191c | |
| "ActiveBorder"="62 62 62" | |
| "ActiveTitle"="62 62 62" | |
| "AppWorkSpace"="53 53 53" | |
| "Background"="62 62 62" | |
| "ButtonAlternativeFace"="200 0 0" | |
| "ButtonDkShadow"="154 154 154" | |
| "ButtonFace"="62 62 62" | |
| "ButtonHilight"="119 126 140" |
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
| sudo apt install evtest | |
| sudo evtest | |
| ----------------------------------- No device specified, trying to scan all of /dev/input/event* | |
| Available devices: | |
| /dev/input/event0: Lid Switch | |
| /dev/input/event1: Video Bus | |
| /dev/input/event2: gpio-keys | |
| /dev/input/event3: gpio-keys | |
| /dev/input/event4: HDA Intel PCH Mic |
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
| HiDPI laptop w/ low DPI external monitor X11 & Budgie | |
| Divide your hidpi height by your low dpi height | |
| 1800÷1080 = 1.66667 | |
| Multipy your low dpi width by this number | |
| 1.66667 * 1920 = 3200 | |
| # Not needed |
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
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| SetTimer, HideTerminal, 1000 ; | |
| return | |
| WinMatcher := "ahk_class CASCADIA_HOSTING_WINDOW_CLASS" | |
| HideTerminal: |
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
| /**********************************/ | |
| /* GIMP Wilbur nullifier */ | |
| /* Mojave-dark */ | |
| /* Copyright 2021, Ben Reaves */ | |
| /* Licensed MIT */ | |
| /* */ | |
| /**********************************/ | |
| /* wilbur logo bye bye */ |