Adding new alias to all four shell configs; set rofi-pass binding in Niri.

This commit is contained in:
Derek Taylor
2026-01-19 18:40:50 -06:00
parent 9e3a0d326f
commit 266dff0f66
5 changed files with 13 additions and 1 deletions

View File

@@ -264,6 +264,9 @@ alias tb="nc termbin.com 9999"
# the terminal rickroll
alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash'
# Open as a web app
alias tt="qutebrowser https://my.tastytrade.com/app.html"
### RANDOM COLOR SCRIPT ###
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
# Or install it from the Arch User Repository: shell-color-scripts

View File

@@ -237,6 +237,9 @@ alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/mas
# Mocp must be launched with bash instead of Fish!
alias mocp="bash -c mocp"
# Open as a web app
alias tt="qutebrowser https://my.tastytrade.com/app.html"
### RANDOM COLOR SCRIPT ###
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
# Or install it from the Arch User Repository: shell-color-scripts

View File

@@ -203,7 +203,7 @@ binds {
Mod+Alt+Minus hotkey-overlay-title="Lock screen: swaylock" { spawn "swaylock"; }
Mod+E hotkey-overlay-title="Open emacs" { spawn "emacsclient" "-c" "-a" "emacs"; }
Mod+W hotkey-overlay-title="Open browser: brave" { spawn "brave"; }
Mod+Shift+P hotkey-overlay-title="Password menu" { spawn-sh "rofi -show waypass && dms cl clear"; }
Mod+Shift+P hotkey-overlay-title="Password menu" { spawn "rofi-pass-wl"; }
Mod+Shift+Q hotkey-overlay-title="Quit out of niri" { quit; }
// Example volume keys mappings for PipeWire & WirePlumber.

View File

@@ -124,6 +124,9 @@ aliases['tobash'] = f"chsh {user} -s /bin/bash && echo 'Log out and log back in.
aliases['tozsh'] = f"chsh {user} -s /bin/zsh && echo 'Log out and log back in.'"
aliases['tofish'] = f"chsh {user} -s /bin/fish && echo 'Log out and log back in.'"
# Open as a web app
aliases['tt'] = "qutebrowser https://my.tastytrade.com/app.html"
# TTY Fonts
aliases['bigfont'] = "setfont ter-132b"
aliases['regfont'] = "setfont default8x16"

3
.zshrc
View File

@@ -238,6 +238,9 @@ alias tb="nc termbin.com 9999"
# the terminal rickroll
alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash'
# Open as a web app
alias tt="qutebrowser https://my.tastytrade.com/app.html"
### RANDOM COLOR SCRIPT ###
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
# Or install it from the Arch User Repository: shell-color-scripts