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 | |
# https://superuser.com/questions/142945/bash-command-to-focus-a-specific-window/1627429#1627429 | |
# To use, set a shortcut in Gnome like this: bash -c '/home/user/launch_focus_min_wayland.sh terminator' | |
# To check the available function names, do ALT + F2 and type "lg" | |
app=$1 | |
if [[ $app == terminator ]]; then | |
process_name=/usr/bin/terminator | |
else | |
process_name=$app |
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
<?php | |
/** | |
* Plugin Name: [Forminator] - PayPal order Description and NO_SHIPPING | |
* Plugin URI: https://premium.wpmudev.org/ | |
* Description: Add description to PayPal orders. Compatible only with Forminator 1.14.7 and higher. Please test this snippet on a staging site before any forminator update (or any general update) | |
* Task: SLS-1435 | |
* Author: Panos Lyrakis @ WPMUDEV | |
* Author URI: https://premium.wpmudev.org/ | |
* License: GPLv2 or later | |
*/ |