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
| Section "Device" | |
| Identifier "AMD Graphics" | |
| Driver "amdgpu" | |
| Option "TearFree" "true" | |
| EndSection |
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
| Section "InputClass" | |
| Identifier "touchpad" | |
| Driver "libinput" | |
| MatchIsTouchpad "on" | |
| Option "Tapping" "on" | |
| Option "NaturalScrolling" "true" | |
| Option "DisableWhileTyping" "true" | |
| EndSection |
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
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "background": "#3A3A3A", | |
| "foreground": "#ffffff", | |
| "style": "powerline", |
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
| # need to install fd lsd fzf mpc-hc and mpd | |
| # first install PSReadline | |
| if ($host.Name -eq 'ConsoleHost') | |
| { | |
| Import-Module PSReadLine | |
| } | |
| # oh my posh | |
| oh-my-posh init pwsh --config 'D:\git-ripo\windows-stuf\my-oh-my-posh.omp.json' | Invoke-Expression |
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
| # For documentation, see https://www.sumatrapdfreader.org/settings/settings3-4-6.html | |
| # With Gruvbox color. Because Gruvbox is best. | |
| FixedPageUI [ | |
| TextColor = #ebdbb2 | |
| BackgroundColor = #1d2021 | |
| SelectionColor = #fabd2f | |
| WindowMargin = 0 0 0 0 | |
| PageSpacing = 4 4 | |
| HideScrollbars = false | |
| ] |