This file contains hidden or 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 | |
# SPDX-License-Identifier: CC0-1.0 | |
# This script is released under the Creative Commons Zero v1.0 Universal license. | |
# You can copy, modify, distribute, and use it for any purpose without restriction. | |
# For details, see: https://creativecommons.org/publicdomain/zero/1.0/ | |
# Install git for this script to work. | |
# This script requires patch, kernel headers and GCC as well. |
This file contains hidden or 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 | |
read -p "Open Firefox and set it as default in settings to initialize mimeapps.list" | |
# Delete all userapp-Firefox-*.desktop files | |
desktop_dir="$HOME/.local/share/applications" | |
rm -rf "$desktop_dir"/userapp-Firefox-*.desktop | |
echo "Deleted all userapp-Firefox-*.desktop files." | |
# Create firefox.desktop |
This file contains hidden or 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 | |
# Directory containing the .desktop files | |
desktop_dir="$HOME/.local/share/applications" | |
# Delete all userapp-Firefox-*.desktop files | |
rm -f "$desktop_dir"/userapp-Firefox-*.desktop | |
echo "Deleted all userapp-Firefox-*.desktop files." | |
# Prompt user to continue |
This file contains hidden or 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
Conopida is a simple yet powerful application to manage icons for Windows shortcuts. With it, you can apply custom icons to .lnk files, convert SVG images, and organize icon files with ease. | |
Download Conopida here: https://github.com/Tomurisk/Conopida | |
Shortly speaking, it allows: setting various image files (including .png, .jpg, .webp, .svg) as icons (via conversion) | |
Features: | |
Apply custom icons to Windows shortcuts | |
Drag-and-drop functionality for easy file selection | |
Convert SVG images to PNG and create multi-size ICO files | |
Backup your icon files |
This file contains hidden or 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 | |
# DISCLAIMER: | |
# This script is intended solely for educational and personal research purposes. | |
# It does not contain, distribute, or facilitate access to any proprietary or copyrighted binaries. | |
# The author does not host or endorse the use of third-party software referenced by this script. | |
# Any references to external resources are provided for informational purposes only and do not imply | |
# authorization, affiliation, or endorsement by the respective rights holders. | |
# Users are solely responsible for ensuring their actions comply with all applicable laws, | |
# software licenses, and terms of service. |
This file contains hidden or 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
; Licensed as The Unlicense – unlicense.org | |
Endkeys = {LControl}{RControl}{LAlt}{RAlt}{LWin}{RWin}{AppsKey}{F1}{F2}{F3}{F4}{F5}{F6}{F7}{F8}{F9}{F10}{F11}{F12}{Left}{Right}{Up}{Down}{Home}{End}{PgUp}{PgDn}{Del}{Ins}{BS}{Capslock}{Numlock}{PrintScreen}{Pause} | |
SetTitleMatchMode, RegEx | |
Menu, Tray, Icon, lt.ico | |
ro := false | |
CapsLock:: | |
ro:=!ro |
This file contains hidden or 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
3 Sud Est - Unu - LLP Remix | |
7TEEN'S - Кричу | |
AKORD - Ploaia | |
Alexia - Interstelar | |
AMI - Tramvai | |
Andia, Deliric - Pentru ca | |
Cresco - Гештальт | |
Cresco - Злидні | |
Dado Polumenta, Elitni Odredi - Ljubavi Moja | |
DJ Project, Giulia - Mi-E Dor De Noi |
This file contains hidden or 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
; Licensed as The Unlicense – unlicense.org | |
Menu, Tray, Icon, lt.ico | |
Endkeys = {LControl}{RControl}{LAlt}{RAlt}{LWin}{RWin}{AppsKey}{F1}{F2}{F3}{F4}{F5}{F6}{F7}{F8}{F9}{F10}{F11}{F12}{Left}{Right}{Up}{Down}{Home}{End}{PgUp}{PgDn}{Del}{Ins}{BS}{Capslock}{Numlock}{PrintScreen}{Pause} | |
ro := false | |
CapsLock:: | |
ro:=!ro | |
if (ro) |
This file contains hidden or 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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations] | |
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\image] | |
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\image\Shell] | |
[HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\image\Shell\Open with paint.net] | |
"Icon"="C:\\Users\\User\\Programs\\paint.net\\paintdotnet.exe" |