Skip to content

Instantly share code, notes, and snippets.

View TheoKondak's full-sized avatar

Theo Kondakos TheoKondak

  • Brussels Belgium
View GitHub Profile
.generatedcontent.csstransforms3d.sessionstorage body {
overflow: auto !important;
.jquery-modal.blocker {
display: none;
}
}
@TheoKondak
TheoKondak / Windows 10|11 Two Bluetooth Headphones in one Device - Virtual Audio Splitter.md
Last active August 5, 2023 12:58
Windows 10/11 Two Bluetooth Headphones in one Device - Virtual Audio Splitter

Windows 10/11 Two Bluetooth Headphones in one Device - Virtual Audio Splitter

This will allow you to have one device (ex computer/laptop) that has a bluetooth device, and you want to connect two headphones and share the same audio.

Requirements

Hardware Requirements

  • Two bluetooth headphones/speakers
  • One output device like Desktop or Laptop

If you have a private repository, and you want to copy it to another account, along with commit history etc you can:

  • Create a new repo newRepo
  • Create a tempFolder
  • git clone --mirror <old-repo> <tempFolder>
  • git push --mirror
  • git remote set-url --push origin <new-repo>
  • Delete the tempFolder
  • Pull the newRepo
  • Check that everything works
@TheoKondak
TheoKondak / README.md
Last active April 22, 2022 21:02
How to setup SASSDoc Herman, with configuration example, @examples for mixin functions and variables

How to run the test docs

  • Install sassdoc
  • Install Herman Theme
  • Create What files and folders we need: Folder / file structure
.
├── .sassdocrc
@TheoKondak
TheoKondak / LG HUB - Copy Settings to Multiple Accounts.md
Last active May 1, 2024 15:56
How to migrate Logitech HUB Profile details to another Windows Account/Device

The Problem:

I want to use Logitech Hub profiles in multiple Windows accounts and multiple Windows Devices. Logitech Hub allows me to upload a profile linked to my account or public, when I download the profile on the second account/machine, the profile is being assigned to the default profile. I was not able to find a way to reassign macros etc to the actual Application profile.

The Solution:

The problem is that in each instance of Logitech Hub, each app has a unique ID, this ID is not transferable to another instance of the application. Even when I upload a profile to my online Logitech profile when I download it back to my device, it can't assign it to the correct ID, so it stays in the Default profile.