Delete old scripts

This commit is contained in:
Pim Nelissen
2024-07-15 09:38:16 +02:00
parent da3f6bd34c
commit b122fe6da4
6 changed files with 0 additions and 25 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
metaflac --import-picture-from front.jpg *.flac

View File

@ -1,5 +0,0 @@
#!/bin/bash
for file in *.m4a ; do
ffmpeg -i "$file" -f flac "$( basename "$file" .m4a ).flac"
done

View File

@ -1,6 +0,0 @@
if pgrep -x "picom" > /dev/null
then
pkill picom
else
picom -b
fi

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
rofi -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/material/scripts/rofi/launcher.rasi

1
setkb
View File

@ -1 +0,0 @@
setxkbmap -layout us -variant altgr-intl -option nodeadkeys

View File

@ -1,7 +0,0 @@
#!/bin/bash
echo "Rebooting to Windows 10..."
WINDOWS_ENTRY=`sudo awk -F\' '/menuentry / {print }' /boot/grub/grub.cfg | grep -n Windows`
MENU_NUMBER=$(( `echo $WINDOWS_ENTRY | sed -e "s/:.*//"` -2 ))
sudo grub-reboot $MENU_NUMBER
sudo reboot