Browse Source

Devmon fixed

main
Yigit Colakoglu 4 years ago
parent
commit
088cce197d
6 changed files with 22 additions and 9 deletions
  1. +1
    -1
      .config/vim/vimrc
  2. +4
    -4
      .config/weechat/sec.conf
  3. +1
    -1
      .local/bin/tedportal
  4. +13
    -0
      .local/bin/windowsvm.sh
  5. +3
    -3
      .local/share/dwm/autostart.sh
  6. BIN
      .local/src/sxiv/sxiv

+ 1
- 1
.config/vim/vimrc View File

@ -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")


+ 4
- 4
.config/weechat/sec.conf View File

@ -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"

+ 1
- 1
.local/bin/tedportal View File

@ -8,4 +8,4 @@ IFS="|"
read -ra url <<< "$selection"
url=$(echo ${url[1]} | xargs)
xdg-open "${url[1]}"
zoom "${url[1]}"

+ 13
- 0
.local/bin/windowsvm.sh View File

@ -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" \
"$@"

+ 3
- 3
.local/share/dwm/autostart.sh View File

@ -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 &


BIN
.local/src/sxiv/sxiv View File


Loading…
Cancel
Save