No known key found for this signature in database
GPG Key ID: 6DEED612B26C08E2
4 changed files with
8 additions and
1 deletions
-
aliases/key_aliases.tmpl
-
dot_config/fish/spotifyvis.bak
abbr sv serve
-
dot_config/i3/config.tmpl
-
scripts/executable_backup-pc
|
|
@ -123,7 +123,8 @@ rspx "rsync --ignore-existing -Ptre 'ssh -p 8022' $PIXEL_IP:" |
|
|
|
ssl "mosh --ssh='ssh -p 399' kevin@$LAPTOP_IP" |
|
|
|
|
|
|
|
# vultr |
|
|
|
ssa "mosh atxadmin@45.32.87.10" |
|
|
|
# ssa "mosh atxadmin@45.32.87.10" |
|
|
|
ssa "ssh kevin@18.223.241.198" |
|
|
|
# ssv "mosh kevin@45.32.87.10" |
|
|
|
|
|
|
|
# test server sites |
|
|
|
|
|
@ -159,6 +159,8 @@ bindsym Control+$mod+q exec sudo systemctl stop netctl-auto@wlp3s0.service |
|
|
|
for_window [class="chatterino"] floating enable |
|
|
|
for_window [class="Peek"] floating enable |
|
|
|
for_window [title="Qalculate!"] floating enable |
|
|
|
for_window [window_role="alert"] floating enable |
|
|
|
no_focus [window_role="alert"] |
|
|
|
|
|
|
|
# ]]] applications # |
|
|
|
|
|
|
|
|
|
@ -8,6 +8,10 @@ case $1 in |
|
|
|
backup_dest="$mount_dir/nzxt" |
|
|
|
# backup_dest="$mount_dir/backup-usb/nzxt" |
|
|
|
;; |
|
|
|
arch-2 ) |
|
|
|
backup_dest="$mount_dir/arch-2" |
|
|
|
# backup_dest="$mount_dir/backup-usb/nzxt" |
|
|
|
;; |
|
|
|
x1 ) |
|
|
|
backup_dest="$mount_dir/laptop" |
|
|
|
;; |