collection of some shell scripts
toilet piped through lolcat.
Usage:
- Make the script executable by
chmod +x lolban
- Put it somewhere in your path so you can call it from anywhere like
/.local/bin
Requirements:
toilet
lolcat
- fonts from https://github.com/xero/figlet-fonts
Credits: budlabs
Usage:
a. From Terminal.
- Navigate to the folder containing the scripts
- Make it executable by running
chmod +x
on the script - Execute the script by
./toggle-touchpad.sh
- You may move or symlink it somewhere in your $PATH such that using its full path is unneeded.
b. Through a keybind.
- Make the script executable
- Edit your WM's config and add the keybind.
- i3wm:
bindsym $mod+Shift+T exec ~/.scripts/toggle-touchpad.sh
- i3wm:
NOTE: It displays a notification when you toggle it.
krohnkite-toggle.sh
: Toggle KrohnkiteToggle Krohnkite (Dynamic Tiling extension for KWin) through terminal or a shortcut key. Usage:
a. You can run the script from the terminal itself.
- Navigate to the folder containing the script
- Make the script executable first by
sudo chmod +x krohnkite-toggle.sh
. - Execute the script by
sh krohnkite-toggle.sh
.
sudo chmod +x krohnkite-toggle.sh
sh krohnkite-toggle.sh
b. Execute the script via a shortcut-key.
- System Settings > Shortcuts > Custom Shortcuts > Create a new Command/URL Gloabal Shortcut
- Assign the Shortcut-Key under the
Trigger
Tab - Add the execute command under the
Action
Tab. In my case:sh /home/siddharth/.my-sh-scripts/krohnkite-toggle.sh
All attempts have been made to identify third party content within the repository, with sources and attribution given where necessary. Please contact me if any issues are discovered.