Skip to content

Instantly share code, notes, and snippets.

View br64k's full-sized avatar
:octocat:

Roman Brodsky br64k

:octocat:
  • /dev/null
View GitHub Profile
@br64k
br64k / logi-bolt-linux.md
Created February 1, 2026 22:31
How to setup Logitech devices with Logi Bolt receiver on linux.

How to setup Logitech devices with Logi Bolt receiver on Linux

Prerequesites

  • Logi Bolt Receivrer
  • Logi Bolt compatible devices
  • Chrome-based browser

Setup

@br64k
br64k / com.teamviewer.TeamViewer.desktop
Created February 1, 2026 21:52
Fix launching options for TeamViewer on Ubuntu 24.04.
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Categories=Network;
Name=TeamViewer
Comment=Remote control solution.
Exec=env QT_QPA_PLATFORM=xcb /opt/teamviewer/tv_bin/script/teamviewer
StartupWMClass=TeamViewer

Flameshot

About

Fix

Set up the following as command for hotkey:

sh -c 'QT_QPA_PLATFORM=wayland flameshot gui'
@br64k
br64k / gnome-settings.sh
Created February 1, 2026 16:27
The most important GNOME settings
gsettings set org.gnome.mutter center-new-windows true
gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 15
gsettings set org.gnome.desktop.peripherals.keyboard delay 250
gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu:minimize,maximize,close'
gsettings set org.gnome.desktop.input-sources xkb-options '["caps:ctrl_modifier"]'
@br64k
br64k / slack-gruvbox.md
Created February 1, 2026 12:26
Change Slack theme to Gruvbox

How to enable Gruvbox theme in Slack

Send the following message to yourself in Slack, then press "Apply Slack Theme":

#282828,#3c3836,#ebdbb2,#1d2021,#3e313c,#ebdbb2,#689d6a,#fb4934
@br64k
br64k / chrome-flags.conf
Created February 1, 2026 10:32
Chrome and Electron flags to run apps under Wayland
--enable-features=UseOzonePlatform
--ozone-platform=wayland
--password-store=gnome-libsecret
@br64k
br64k / logid.cfg
Created January 30, 2026 16:40
Personal LogiOps configs for MX Master 3S for Mac mouse on Ubumtu.
devices: ({
name: "MX Master 3S For Mac";
smartshift: {
on: true;
threshold: 40;
torque: 50;
};
hiresscroll: {
hires: false;
@br64k
br64k / fetch-latest-macos.md
Last active January 30, 2026 16:37
How to fetch latest macOS installer

How to download macOS

Prerequisites

  • Thumb drive (32gb+)
  • Decent internet connection speed (otherwise it will be extremely time consuming)
  • Mac :)

Download

How to switch MacOS/Windows layouts on MX Keys keyboard

About

Recently, I struggled with my MX Keys Mini keyboard on Linux because some of the keys were swapped.

How to

  1. Plug the dongle into your PC
  2. Ensure your keyboard is on
@br64k
br64k / bypass-online-account-windows-11.md
Created October 19, 2025 20:07
How to bypass Microsoft account creation during Windows 11 installation.

How to bypass online account creation

Note

To switch input language use Alt+Shift

Press Shift + F10 during the "Sign in with Microsoft" screen to open Command Prompt, then type ⁠start ms-cxh:localonly and press Enter. This opens a window to create a local user account without requiring internet or a Microsoft account.