Skip to content

Instantly share code, notes, and snippets.

View simrat39's full-sized avatar
😳
(//・_・//)

sim simrat39

😳
(//・_・//)
View GitHub Profile
modprobe ath11k_pci
@simrat39
simrat39 / atf.json
Last active December 20, 2020 19:54
{
"latest_version": "1.0.0",
"download_link": "https://github.com/simrat39/AnimeTwistFlut/releases"
}
{
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
@simrat39
simrat39 / potato_walls_data.json
Last active June 27, 2020 20:24
Mock-ish api for potato wallpapers
[
{
"url": "https://i.imgur.com/bHdPyCX.png",
"author": "ecnivtwelve",
"name": "POSP - Blue",
"collections": "POSP"
},
{
"url": "https://i.imgur.com/4XzmnIA.png",
"author": "ecnivtwelve",
timedatectl set-ntp true
hwclock --systohc
@simrat39
simrat39 / i3-gaps_installation_guide.md
Last active September 3, 2019 09:59 — forked from boreycutts/i3-gaps_installation_guide.md
A simple installation guide for i3-gaps

Installing i3-gaps

Dependencies

i3-gaps has some packages that are required for it to work so install these things:

sudo apt install libxcb1-dev libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev libxcb-icccm4-dev libyajl-dev libstartup-notification0-dev libxcb-randr0-dev libev-dev libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev autoconf xutils-dev libtool automake libxcb-shape0-dev

You also need to install libxcb-xrm-dev, but I got Unable to locate package libxcb-xrm-dev when trying to install from the apt repositories on Ubuntu 16.04. If this happens to you, just install it from source using these commands:

mkdir tmp
@simrat39
simrat39 / pop_install.md
Last active February 3, 2024 06:51
Photoshop CC 2018 on Pop!_OS/Ubuntu Installation Guide

Photoshop CC 2018 on Pop!_OS installation guide

1 . Install Wine

Enable 32 bit architecture:

sudo dpkg --add-architecture i386

Needs ADB to be installed

open terminal / cmd

connect your phone and check with adb devices

run - adb shell

open the app of which you want to know the mainActivity of

From 34b099ef61ac5b44eb401c6a0b98c4f1aa617bb4 Mon Sep 17 00:00:00 2001
From: Ivan Iskandar <iiiiskandar14@gmail.com>
Date: Sun, 12 Nov 2017 11:34:48 +0700
Subject: [PATCH 1/1] build: Introduce SubstratumHelperService
Change-Id: I38f44cc25108d2fe5c48dd9b05392f2e0512c832
Signed-off-by: DennySPB <dennyspb@gmail.com>
---
target/product/core.mk | 3 +++
1 file changed, 3 insertions(+)
From 7e94274dc8e5415c826d9ee13b1b4199f0e6cd10 Mon Sep 17 00:00:00 2001
From: George G <kreach3r@users.noreply.github.com>
Date: Sat, 25 Feb 2017 18:24:06 +0200
Subject: [PATCH 1/1] Settings: Introduce Substratum changes.
* Add toggle to force bypass of authorisation checks in the
SubstratumService. This is only accessible to owner accounts.
* Add ApplicationsState filter for Substratum overlays in All
apps list.