Remove fix silent mouse
This commit is contained in:
@@ -124,7 +124,7 @@ set -xU BROWSER "firefox"
|
||||
set -xU FZF_DEFAULT_COMMAND "find ."
|
||||
|
||||
set -x LAPTOP_IP "192.168.0.19"
|
||||
set -x PHONE_IP "192.168.0.104"
|
||||
set -x PHONE_IP "192.168.0.241"
|
||||
set -x PIXEL_IP "192.168.0.18"
|
||||
set -x WORK_LAPTOP_IP "kmok@192.168.0.11"
|
||||
|
||||
@@ -142,7 +142,7 @@ set -x FLASK_DEBUG 1
|
||||
|
||||
set -x FULLNODE_API_INFO wss://api.chain.love
|
||||
|
||||
set -x IPAD_IMG 34
|
||||
set -x IPAD_IMG 55
|
||||
|
||||
#source /home/kevin/coding/aws.fish
|
||||
|
||||
@@ -150,6 +150,9 @@ set -x LIBVIRT_DEFAULT_URI qemu:///system
|
||||
|
||||
set --erase DB_NAME
|
||||
|
||||
#set -x NODE_OPTIONS '--loader ts-node/esm'
|
||||
#set NODE_OPTIONS '--loader ts-node/esm'
|
||||
|
||||
# ]]] universal var's #
|
||||
|
||||
# fish-specific [[[ #
|
||||
@@ -266,6 +269,7 @@ abbr lo "libreoffice-silent"
|
||||
abbr ma "man-vim task"
|
||||
abbr mat "math"
|
||||
abbr mi "mpv-ipad"
|
||||
abbr mm "mpv-ipad-mov"
|
||||
abbr mn "man-vim"
|
||||
abbr mdf "mkdir-cd"
|
||||
abbr mps "mpv-sub"
|
||||
@@ -282,6 +286,7 @@ abbr rl "readlink-cp"
|
||||
abbr rds "redshift-set"
|
||||
abbr rmi "rm-ipad"
|
||||
abbr rsi "rsync-ipad-vid"
|
||||
abbr rsm "rsync-ipad-vid-mov"
|
||||
abbr scf "scp-vid fn"
|
||||
abbr sma "smol-add"
|
||||
abbr smd "smol-delete"
|
||||
@@ -297,8 +302,10 @@ abbr tam "tmux-attach misc"
|
||||
abbr tan "tmux-attach nft"
|
||||
abbr tan2 "tmux-attach nft-2"
|
||||
abbr tao "tmux-attach obs"
|
||||
abbr ttl "timetrace-list"
|
||||
abbr thes "thesaurus"
|
||||
abbr ubs "ubuntu-start"
|
||||
abbr umip "unmount-ipad"
|
||||
# abbr usc "us-to-cad"
|
||||
#abbr us "us-to-cad"
|
||||
abbr ut "unix-timestamp"
|
||||
|
||||
3
dot_config/fish/functions/ipad/mpv-ipad-mov.fish
Normal file
3
dot_config/fish/functions/ipad/mpv-ipad-mov.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function mpv-ipad-mov
|
||||
mpv IMG_$IPAD_IMG$argv[1].MOV
|
||||
end
|
||||
3
dot_config/fish/functions/ipad/rsync-ipad-vid-mov.fish
Normal file
3
dot_config/fish/functions/ipad/rsync-ipad-vid-mov.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function rsync-ipad-vid-mov
|
||||
rsync --ignore-existing -Ptr IMG_$IPAD_IMG$argv[1].MOV ~/Videos/fortnite/
|
||||
end
|
||||
@@ -1,4 +1,5 @@
|
||||
function rsync-ipad-vid
|
||||
#rsync --ignore-existing -Ptr IMG_$IPAD_IMG$argv[1].MP4 /mnt/linux-files-2/Videos/ipad/fortnite/name
|
||||
rsync --ignore-existing -Ptr IMG_$IPAD_IMG$argv[1].MP4 ~/Videos/fortnite/
|
||||
rsync --ignore-existing -Ptr IMG_$IPAD_IMG$argv[1].MP4 /mnt/linux-files-3/fortnite
|
||||
#rsync --ignore-existing -Ptr IMG_$IPAD_IMG$argv[1].MP4 ~/Videos/fortnite/
|
||||
end
|
||||
4
dot_config/fish/functions/ipad/unmount-ipad.fish
Normal file
4
dot_config/fish/functions/ipad/unmount-ipad.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function unmount-ipad
|
||||
fuser -km /mnt/ipad
|
||||
fusermount -u /mnt/ipad
|
||||
end
|
||||
5
dot_config/fish/functions/timetrace-list.fish
Normal file
5
dot_config/fish/functions/timetrace-list.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
function timetrace-list
|
||||
timetrace list records today | head -n 6
|
||||
timetrace list records today | awk 'NR>6 && /^\+/{exit} NR>6' | sort -t '|' -k3,3
|
||||
timetrace list records today | tail -n 3
|
||||
end
|
||||
@@ -1,6 +1,7 @@
|
||||
# startup [[[ #
|
||||
|
||||
set $term kitty
|
||||
#set $term gnome-terminal
|
||||
# set $term st
|
||||
# set $term_alt urxvt
|
||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||
@@ -21,6 +22,7 @@ exec wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/editi
|
||||
# exec --no-startup-id i3-msg 'workspace $ws1; exec $term'
|
||||
# exec --no-startup-id i3-msg 'workspace $ws2; exec $term -e fish -c "tmux-attach fortnite"'
|
||||
exec --no-startup-id i3-msg 'workspace $ws3; exec $browser'
|
||||
exec --no-startup-id i3-msg 'workspace $ws6; exec vesktop'
|
||||
# exec --no-startup-id i3-msg 'workspace $ws5; exec $term -e twitchy'
|
||||
# exec --no-startup-id i3-msg 'workspace $ws5; exec firefox -P nft'
|
||||
#exec --no-startup-id i3-msg workspace $ws6; exec discord
|
||||
@@ -115,7 +117,8 @@ set $scripts_path "/home/kevin/scripts"
|
||||
# bindsym Mod4+x exec ~/scripts/xmodmap-custom
|
||||
bindsym Mod4+x exec notify-send "xmodmap" "$(~/scripts/xmodmap-custom)"
|
||||
# bindsym Mod4+e exec notify-send "HPS Word Count" "$(pdftotext /home/kevin/school/latex-notes/hps/essay.pdf - | wc -w)"
|
||||
# bindsym Print --release exec "scrot -s $screenshot_folder/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
|
||||
#bindsym Print --release exec "scrot -s $screenshot_folder/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
|
||||
#bindsym Print --release exec --no-startup-id scrot -s "/home/kevin/Pictures/screenshots/desktop/unsorted/screenshot-$(date +%F_%T).png" -e 'xclip -selection c -t image/png < $f'
|
||||
bindsym Print --release exec "maim -su | tee ~/Pictures/screenshots/desktop/unsorted/screenshot-$(date +%F_%T).png | xclip -selection clipboard -t image/png"
|
||||
bindsym Control+Print --release exec "scrot -u ~/Pictures/screenshots/desktop/unsorted/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
|
||||
{{ else }}
|
||||
|
||||
@@ -36,7 +36,7 @@ markup=pango
|
||||
[time]
|
||||
label=
|
||||
command=date '+%H:%M.%a-%m-%d'
|
||||
interval=30
|
||||
interval=1
|
||||
color=#acc0cd
|
||||
|
||||
[spotify]
|
||||
|
||||
@@ -64,7 +64,7 @@ interval=60
|
||||
# time [[[ #
|
||||
|
||||
[calendar]
|
||||
interval=30
|
||||
interval=1
|
||||
label=
|
||||
# DATEFMT=+%H:%M.%a-%m-%d
|
||||
# DATEFMT=+%H:%M
|
||||
|
||||
@@ -42,29 +42,29 @@ label=HERO
|
||||
command=/home/kevin/.config/i3blocks/scripts/dexscreener abstract 0x3771b51b5a705338fa19702f249afcaa94b0cd8c
|
||||
interval=5
|
||||
|
||||
[kraken]
|
||||
label=BTC
|
||||
#TICKER=BTCUSDC
|
||||
#[kraken]
|
||||
#label=BTC
|
||||
##TICKER=BTCUSDC
|
||||
##command=/home/kevin/.config/i3blocks/scripts/kraken BTCUSDC
|
||||
#command=/home/kevin/.config/i3blocks/scripts/kraken BTCUSDC
|
||||
command=/home/kevin/.config/i3blocks/scripts/kraken BTCUSDC
|
||||
interval=30
|
||||
#interval=30
|
||||
|
||||
[kraken]
|
||||
label=ETH
|
||||
#TICKER=ETHUSDC
|
||||
command=/home/kevin/.config/i3blocks/scripts/kraken ETHUSDC
|
||||
interval=30
|
||||
#[kraken]
|
||||
#label=ETH
|
||||
##TICKER=ETHUSDC
|
||||
#command=/home/kevin/.config/i3blocks/scripts/kraken ETHUSDC
|
||||
#interval=30
|
||||
|
||||
# [ticker]
|
||||
# label=btc
|
||||
# ticker=btc-usd
|
||||
# interval=30
|
||||
## [ticker]
|
||||
## label=btc
|
||||
## ticker=btc-usd
|
||||
## interval=30
|
||||
|
||||
[kraken]
|
||||
label=SOL
|
||||
#TICKER=SOLUSD
|
||||
command=/home/kevin/.config/i3blocks/scripts/kraken SOLUSD
|
||||
interval=30
|
||||
#[kraken]
|
||||
#label=SOL
|
||||
##TICKER=SOLUSD
|
||||
#command=/home/kevin/.config/i3blocks/scripts/kraken SOLUSD
|
||||
#interval=30
|
||||
|
||||
# [kraken]
|
||||
# label=SEI
|
||||
@@ -177,7 +177,7 @@ interval=5
|
||||
# time [[[ #
|
||||
|
||||
[calendar]
|
||||
interval=5
|
||||
interval=1
|
||||
label=
|
||||
# DATEFMT=+%H:%M
|
||||
# DATEFMT=+%H:%M.%a-%m-%d
|
||||
|
||||
4
dot_config/i3blocks/scripts/executable_fn_level
Executable file
4
dot_config/i3blocks/scripts/executable_fn_level
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
. "/home/kevin/.cache/wal/colors.sh"
|
||||
printf "Kevin\n\n%s\n" "$color7"
|
||||
@@ -19,6 +19,7 @@ image/png=sxiv.desktop
|
||||
x-scheme-handler/discord-409416265891971072=discord-409416265891971072.desktop
|
||||
x-scheme-handler/eclipse+command=_usr_lib_dbeaver_.desktop
|
||||
video/mp4=mpv.desktop
|
||||
x-scheme-handler/discord=vesktop.desktop
|
||||
|
||||
[Added Associations]
|
||||
x-scheme-handler/http=firefox.desktop;
|
||||
|
||||
16
dot_config/msmtp/config
Normal file
16
dot_config/msmtp/config
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
defaults
|
||||
logfile ~/.config/msmtp/msmtp.log
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
account firemail
|
||||
host mail.cock.li
|
||||
port 465
|
||||
auth on
|
||||
user vole@firemail.cc
|
||||
password iavli3JYQT0bmuJlvL82ShQ
|
||||
tls_starttls off
|
||||
from vole@firemail.cc
|
||||
|
||||
account default : firemail
|
||||
18
dot_config/neomutt/neomuttrc
Normal file
18
dot_config/neomutt/neomuttrc
Normal file
@@ -0,0 +1,18 @@
|
||||
set from = "vole@firemail.cc"
|
||||
set realname = "Vole"
|
||||
|
||||
set mbox_type = Maildir
|
||||
set folder = "~/mail/firemail"
|
||||
set spoolfile = "+INBOX"
|
||||
set record = "+Sent"
|
||||
set postponed = "+Drafts"
|
||||
set trash = "+Trash"
|
||||
|
||||
set sendmail = "/usr/bin/msmtp"
|
||||
set sendmail_wait = 0
|
||||
set editor = "nano"
|
||||
set charset = "utf-8"
|
||||
auto_view text/html
|
||||
alternative_order text/plain text/html
|
||||
|
||||
macro index <F5> "<shell-escape>mbsync firemail<enter><enter>" "Sync mail"
|
||||
Reference in New Issue
Block a user