mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
move workspaces + pdf conversion options
This commit is contained in:
parent
39a0a5ea72
commit
d765b9f902
@ -19,6 +19,7 @@ alias aur='trizen --noconfirm'
|
||||
alias update='trizen --sudo_remove_timestamp=0 --sudo_autorepeat=1 --sudo_autorepeat_at_runtime=1 -Syu --noconfirm'
|
||||
alias remove-orphans='sudo pacman -Rns $(pacman -Qtdq)'
|
||||
alias updatekeys='sudo pacman-key --refresh-key'
|
||||
alias updatemirrors='sudo reflector --latest 20 --protocol http,https --sort rate --save /etc/pacman.d/mirrorlist'
|
||||
alias clean-pacmancache='sudo paccache -rk 1 && sudo paccache -ruk0'
|
||||
alias clean-trizen-cache='sudo clean-trizen-cache'
|
||||
alias clean-trash='sudo rm -rf ~/.local/share/Trash/*'
|
||||
@ -38,7 +39,7 @@ alias preferredapps='exo-preferred-applications'
|
||||
#show 5 most memory consuming apps
|
||||
alias psmem='ps auxf | sort -nr -k 5 | head -n 5'
|
||||
|
||||
##utility
|
||||
# utility
|
||||
alias nmapscan='nmap -n -sP'
|
||||
alias wifimenu='nm-connection-editor'
|
||||
alias findcrlf='find . -path node_modules -prune -o -not -type d -exec file "{}" ";" | grep -E "BOM|CRLF"'
|
||||
@ -85,6 +86,10 @@ alias la='ls -al'
|
||||
# show external ip
|
||||
alias cmyip='curl -s http://ipecho.net/plain; echo'
|
||||
|
||||
# File merging
|
||||
alias pngtopdf="convert *.png"
|
||||
alias jpgtopdf="convert *.jpg"
|
||||
|
||||
## default command fixes :P
|
||||
alias mkdir='mkdir -p'
|
||||
alias wget='wget -c'
|
||||
|
@ -61,6 +61,11 @@ bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# move focused workspace
|
||||
|
||||
bindsym $mod+Ctrl+Right move workspace to output right
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+h split h
|
||||
|
||||
@ -255,7 +260,7 @@ assign [class="VirtualBox Machine"] $workspace11
|
||||
# database stuff
|
||||
assign [class="MongoDB Compass"] $workspace8
|
||||
assign [class="robo3t"] $workspace8
|
||||
assign [class="Brave-browser"] $workspace7
|
||||
assign [class="Brave-browser"] $workspace9
|
||||
assign [class="obsidian"] $workspace7
|
||||
assign [class="Mysql-workbench-bin"] $workspace8
|
||||
assign [class="azuredatastudio"] $workspace8
|
||||
|
Loading…
Reference in New Issue
Block a user