diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index c7e062b..f447585 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -23,6 +23,9 @@ super + alt + p super + alt + a asciify.sh +super + alt + f + firefox.sh + # make sxhkd reload its configuration files: super + Escape pkill -USR1 -x sxhkd @@ -31,7 +34,7 @@ ctrl + alt + b firefox ctrl + super + space - ~/.builds/bin/toggle-keyboard-layout.sh + ~/.local/bin/185504a9-utils/toggle-keyboard-layout.sh # # bspwm hotkeys diff --git a/utils/firefox.sh b/utils/firefox.sh new file mode 100755 index 0000000..c796c51 --- /dev/null +++ b/utils/firefox.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +ROOT=$(dirname "$(readlink -f "$0")") +tail +3 $ROOT/sites.txt | rofi -eh 2 -dmenu | cut -f2 -d'|' | xargs firefox --new-tab diff --git a/utils/sites.txt b/utils/sites.txt new file mode 100644 index 0000000..d107f75 --- /dev/null +++ b/utils/sites.txt @@ -0,0 +1,16 @@ +TAG | URL +=============================== +ceco/fichador | ext+container:name=dev&url=https://ingress.cecotec.cloud +ceco/factorial | ext+container:name=dev&url=https://app.factorialhr.com +ceco/discord | ext+container:name=dev&url=https://discord.com/channels/888378703854325820/888378703854325823 +ceco/chat | ext+container:name=dev&url=https://chat.cecotec.cloud +ceco/bitrix | ext+container:name=dev&url=https://cecotecinn.bitrix.es +ceco/gmail | ext+container:name=dev&url=https://mail.google.com +aws/ask | ext+container:name=dev&url=https://developer.amazon.com/alexa/console/ask +aws/valexa | ext+container:name=dev&url=https://alexa.amazon.es +aws/dev | ext+container:name=dev&url=https://it-cecotec.awsapps.com/start# +aws/prod | ext+container:name=prod&url=https://it-cecotec.awsapps.com/start# +aws/ld | ext+container:name=ld&url=https://console.aws.amazon.com/console/home +docs/aws | ext+container:name=dev&url=https://developer.amazon.com/en-US +docs/valexa | ext+container:name=dev&url=https://cecotec.gitlab.io/producto/va/AlexaIntegration +git/valexa/pipelines | ext+container:name=dev&url=https://gitlab.com/cecotec/producto/va/AlexaIntegration/-/pipelines