This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GLX backend | |
backend = "glx" | |
# vsync = "opengl"; # "none", "drm", "opengl", "opengl-oml", "opengl-swc", "opengl-mswc" | |
# glx-no-stencil = true; | |
# glx-no-rebind-pixmap = true; | |
# glx-swap-method = "undefined"; | |
# Shadow | |
shadow = true; | |
no-dock-shadow = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if [ -d /etc/X11/xinit/xinitrc.d ] ; then | |
for f in /etc/X11/xinit/xinitrc.d/?* ; do | |
[ -x "$f" ] && . "$f" | |
done | |
unset f | |
fi | |
source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Name: Nameless Openbox theme | |
# Author: lassekongo83 | |
# License: GPL-3.0+ | |
# Menu | |
menu.border.color: #37474F | |
menu.title.bg: flat solid | |
menu.title.bg.color: #212d33 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Ett skript som skapar symlinks på dina XDG user dirs till annan plats | |
# Bra om du vill till exempel spara filer på din hårddisk istället för SSD | |
# Detta skriptet antar att ~/.config/user-dirs.locale är på sv_SE | |
# VARNING: Se till att du har backup på dina filer innan du kör detta skript. | |
# Ändra denna till platsen där du vill ha dina XDG user dirs (Se också till att du har skrivbehörigheter där.) | |
ny_plats='/plats/till/annan/hårddisk' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Dismiss YouTube login modal | |
// @namespace https://www.youtube.com/ | |
// @match https://www.youtube.com/* | |
// @grant none | |
// @version 0.1 | |
// @description Auto-click the dismiss button on YouTube's annoying login modal | |
// ==/UserScript== | |
(function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitch ad blackout | |
// @namespace Twitch ad blackout | |
// @match *://*.twitch.tv/* | |
// @grant none | |
// @version 1.0 | |
// @author https://nitter.net/EthanShulman/ | |
// ==/UserScript== | |
// Modified script from https://pastebin.com/HS9ukpRm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Hide youtube guide menu | |
// @namespace Violentmonkey Scripts | |
// @match https://www.youtube.com/* | |
// @grant none | |
// @version 1.0 | |
// @author - | |
// @description Hides the app-drawer aka guide menu by default | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto-close YouTube miniplayer | |
// @namespace Violentmonkey Scripts | |
// @match https://www.youtube.com/* | |
// @grant none | |
// @version 1.0 | |
// @author Frellwit | |
// @description Auto-close the miniplayer and remove the miniplayer button on the player | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTube Load More | |
// @namespace Violentmonkey Scripts | |
// @match https://www.youtube.com/* | |
// @grant none | |
// @version 1.0 | |
// @author https://github.com/lassekongo83 | |
// @description Replace infinite scrolling on the homepage grid with a "Load More" button | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Restore YouTube Scrollbar | |
// @namespace Violentmonkey Scripts | |
// @match https://www.youtube.com/* | |
// @grant none | |
// @version 1.0 | |
// @author https://github.com/lassekongo83 | |
// @description Make YouTube use your browser's default scrollbar | |
// ==/UserScript== |
OlderNewer