I guess I changed some things. Legit do not know what they were

This commit is contained in:
Brad Ganley 2023-04-06 01:18:55 -05:00
parent ea5b5126b6
commit 1ff4285cb5
2 changed files with 5 additions and 5 deletions

View File

@ -105,10 +105,9 @@ alias pang='ping -i 10 -v -a'
alias mnts='mount | column -t'
# The history command but shorter
alias h='history'
# Type way fewer letters
alias doco='docker compose'
# One of my most used commands. Restart a docker compose situation entirely
alias redoco='docker compose down; docker compose up -d'
# Lazy docker composing. Set the variable somewhere.
alias doco="$DOCKER_COMPOSE_COMMAND"
alias redoco="$DOCKER_COMPOSE_COMMAND down && $DOCKER_COMPOSE_COMMAND up -d"
# Regain all that space taken up by projects you abandoned
alias docprune='docker image prune && docker network prune && docker container prune && docker volume prune'
# Send things instantly to a pastebin. Pipe other commands into this to share their output.

View File

@ -47,7 +47,8 @@ bindsym $mod+Return exec terminator
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec --no-startup-id dmenu_run
#bindsym $mod+d exec --no-startup-id dmenu_run
bindsym $mod+d exec --no-startup-id rofi -combi-modi window,drun,ssh -theme solarized -font "hack 10" -show combi
# A more modern dmenu replacement is rofi:
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
# There also is i3-dmenu-desktop which only displays applications shipping a