I guess I changed some things. Legit do not know what they were
This commit is contained in:
parent
ea5b5126b6
commit
1ff4285cb5
@ -105,10 +105,9 @@ alias pang='ping -i 10 -v -a'
|
|||||||
alias mnts='mount | column -t'
|
alias mnts='mount | column -t'
|
||||||
# The history command but shorter
|
# The history command but shorter
|
||||||
alias h='history'
|
alias h='history'
|
||||||
# Type way fewer letters
|
# Lazy docker composing. Set the variable somewhere.
|
||||||
alias doco='docker compose'
|
alias doco="$DOCKER_COMPOSE_COMMAND"
|
||||||
# One of my most used commands. Restart a docker compose situation entirely
|
alias redoco="$DOCKER_COMPOSE_COMMAND down && $DOCKER_COMPOSE_COMMAND up -d"
|
||||||
alias redoco='docker compose down; docker compose up -d'
|
|
||||||
# Regain all that space taken up by projects you abandoned
|
# Regain all that space taken up by projects you abandoned
|
||||||
alias docprune='docker image prune && docker network prune && docker container prune && docker volume prune'
|
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.
|
# Send things instantly to a pastebin. Pipe other commands into this to share their output.
|
||||||
|
@ -47,7 +47,8 @@ bindsym $mod+Return exec terminator
|
|||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# 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:
|
# A more modern dmenu replacement is rofi:
|
||||||
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
||||||
# There also is i3-dmenu-desktop which only displays applications shipping a
|
# There also is i3-dmenu-desktop which only displays applications shipping a
|
||||||
|
Loading…
Reference in New Issue
Block a user