diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 16226e24..9a2e7bc0 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -74,7 +74,7 @@ set timeoutlen=1000 ttimeoutlen=0 " Remove timeout when hitting escape set showcmd " Show size of visual selection set cmdheight=2 set t_Co=256 -set clipboard=unnamedplus +" set clipboard=unnamedplus set shortmess+=c set updatetime=300 if has("patch-8.1.1564") diff --git a/.config/weechat/sec.conf b/.config/weechat/sec.conf index 221dbb25..60808481 100644 --- a/.config/weechat/sec.conf +++ b/.config/weechat/sec.conf @@ -17,7 +17,7 @@ salt = on [data] __passphrase__ = on -oftc_password = "17F8AB5A9E95D76A6E2F41018CFE75271118A4A9F074051A4DC258AE17FFDFDED26EF8696CDA61A5A4C2333C3DF186F4C9610BE1389546" -sec.data.oftc_password = "DC2EAA9869A27BDBEEA8254546B268DF4F69B99D928D03BF831B2F950D6F1EA031184DD2C0526F3637720B52F9BBBA1C2FB9ACBE9FCA797605AC1A22637F489481DA" -freenode = "F1BE9B4E0512E67D4B94E623165DAC47F6B7ACDF1F33876870CC0BB4F180E5F22FE3512383259D27CA89128655B2ADC1665323C7425EB9305B4765" -rizon_password = "9F4112C3F666BB1D3AADB630D2EF6FF8B6B82445EDC7607BBD6EE47FCA18508194EEFE2A50E348AF1C02BA8C609F96E3A055DFAEC5E8017574B5140255ABFDEAB646" +oftc_password = "7EDB64DA64B13CC9ACEE277089CA61B4F3F1DCB04FA16CEFDA10AAC151B2CBF1C22D9AC25CC4F84F13DBD7EC497D554995AE7298B88670" +sec.data.oftc_password = "55893BA77CE986F45826C39825BDA41E84F5CF6258853AD74648C617EF30AA9CCF00179E5975FFC39450A635994B588CCF94FA8BD220A25BE25600E75A4FDA0A2992" +freenode = "94AAE6F37BC7B07C7B34F57F0CE581F966BE2919404337819E8228F99C412BC7D0FDF6FFDC7CBADBC64F646B6926EB3DA5AEAC72BB1D1511B836AF" +rizon_password = "21D6088B8200A24BE75C7A671308EED61759E688ABBBCC2E47463D127622D9CF98E6793E17FB8FF0081C82C889EFF61D376FD75280BB71429FE7387BA8FB15AF7F78" diff --git a/.local/bin/tedportal b/.local/bin/tedportal index 603f9889..9544bd28 100755 --- a/.local/bin/tedportal +++ b/.local/bin/tedportal @@ -8,4 +8,4 @@ IFS="|" read -ra url <<< "$selection" url=$(echo ${url[1]} | xargs) -xdg-open "${url[1]}" +zoom "${url[1]}" diff --git a/.local/bin/windowsvm.sh b/.local/bin/windowsvm.sh new file mode 100755 index 00000000..827c748e --- /dev/null +++ b/.local/bin/windowsvm.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +exec qemu-system-x86_64 -enable-kvm \ + -cpu host \ + -drive file=/home/yigit/.local/share/Virtual/WindowsVM.img,if=virtio \ + -net nic -net user,hostname=windowsvm \ + -m 4G \ + -smp 6 \ + -monitor stdio \ + -name "Windows" \ + "$@" + + diff --git a/.local/share/dwm/autostart.sh b/.local/share/dwm/autostart.sh index 12b4e9b8..e917b563 100755 --- a/.local/share/dwm/autostart.sh +++ b/.local/share/dwm/autostart.sh @@ -45,9 +45,9 @@ xbanish -s & tmux new-session -s weechat -d weechat > /dev/null 2> /dev/null -~/.local/bin/devmon --exec-on-drive "/sbin/notify-send '禍 drive mounted' '%l (%f) at %d '" \ - --exec-on-remove "/sbin/notify-send '禍 drive removed' '%l (%f) from %d '" \ - --exec-on-unmount "/sbin/notify-send '禍 drive unmounted' '%l (%f) from %d '" \ +~/.local/bin/devmon --exec-on-drive "notify-send -a '禍 drive mounted' '%l (%f) at %d '" \ + --exec-on-remove "notify-send -a '禍 drive removed' '%l (%f) from %d '" \ + --exec-on-unmount "notify-send -a '禍 drive unmounted' '%l (%f) from %d '" \ --no-unmount --no-gui & clipmenud > $XDG_RUNTIME_DIR/clipmenud.out 2> $XDG_RUNTIME_DIR/clipmenud.err & diff --git a/.local/src/sxiv/sxiv b/.local/src/sxiv/sxiv index 85b84c1c..ec889f72 100755 Binary files a/.local/src/sxiv/sxiv and b/.local/src/sxiv/sxiv differ