add ff rofi-based quicklinks
This commit is contained in:
parent
39254e5c3b
commit
b30e5134b0
3 changed files with 24 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
utils/firefox.sh
Executable file
4
utils/firefox.sh
Executable file
|
|
@ -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
|
||||
16
utils/sites.txt
Normal file
16
utils/sites.txt
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue