Skip to content

Instantly share code, notes, and snippets.

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

sim simrat39

😳
(//・_・//)
View GitHub Profile
@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
modprobe ath11k_pci
{
"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 / atf.json
Last active December 20, 2020 19:54
{
"latest_version": "1.0.0",
"download_link": "https://github.com/simrat39/AnimeTwistFlut/releases"
}
@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

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 f5c234b1278cfb477cfbca4438d3dc13e571c5fc Mon Sep 17 00:00:00 2001
From: Nicholas Chum <nicholaschum@gmail.com>
Date: Sun, 17 Jul 2016 17:56:40 -0400
Subject: [PATCH 1/1] [squashed] base: Add substratum service support
This commit checks whether there is a preexisting file in the themed
directory "/data/system/theme/audio/ui/" and if so, change the base
file paths for the sound. If the file does not exist in the theme
directory, then use the default sounds.
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(+)