Skip to content

Instantly share code, notes, and snippets.

View shelepuginivan's full-sized avatar
🌿
making something for real

Ivan Shelepugin shelepuginivan

🌿
making something for real
View GitHub Profile

AFAIK this problem only applies when working with Wayland, but you can use this solution in Xorg as well if it occurs.

There is a close button in Firefox titlebar:

image

It looks kinda out of place, especially when using a standalone Wayland compositor such as Niri or Hyprland.

You can remove this button and spacing to the left of it with the following CSS.

@shelepuginivan
shelepuginivan / maths-symbols.md
Last active September 28, 2025 00:31
A collection of maths symbols for quick access

Maths symbols

A collection of maths symbols for quick access:

LaTeX

These symbols can be used as is.

@shelepuginivan
shelepuginivan / init.vim
Last active August 27, 2023 10:21
My nvim config for older neovim versions
" === Common ===
set mouse=a " enable mouse
set encoding=utf-8
set fileformat=unix
set number
set noswapfile
set scrolloff=7
set expandtab