Skip to content

Instantly share code, notes, and snippets.

@kanehekili
kanehekili / userChrome.css
Created March 8, 2019 08:12
Firefox round tabs and a colorful findbar
:root {
--tab-curve-width: 30px;
--tabs-border: transparent !important;
}
.tabbrowser-arrowscrollbox .arrowscrollbox-scrollbox {
padding-inline-start: 10px !important;
}
/* To be able to see the top border of the tab */
@kanehekili
kanehekili / compton.conf
Last active May 10, 2019 17:46
compton config on Thinkpad R61i
backend = "glx";
glx-no-stencil = true;
glx-swap-method = "buffer-age";
glx-use-copysubbuffermesa = true;
glx-no-rebind-pixmap = true;
xrender-sync-fence = true #seems to help against missing refresh
vsync = "opengl-swc"; #Works faster than mswc!
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
@kanehekili
kanehekili / monitorRight.sh
Last active April 6, 2020 19:05
bash script to set multiple monitors with xrandr (generic approach)
#!/bin/bash
# simple script that either connects or disconnects the external monitor
# the prime output is the local (laptop) screen
# the secondary is either discovered,but not connected or disconnected but not removed (screen size too big)
oldifs="$IFS"
IFS=$'\n'
export DISPLAY=:0.0
#sleep 2
@kanehekili
kanehekili / picom.conf
Created May 7, 2021 19:49
Picom (ex compton) config for thinkpad R61i (Intel Core2 Duo T5450)
backend = "glx";
glx-no-stencil = true;
use-damage = true
glx-no-rebind-pixmap = true;
xrender-sync-fence = true #seems to help against missing refresh
#vsync=true; #any vync breaks
glx-swap-method = "exchange";
#################################
#
# Shadows