Browse Source

Secrets, SHHHH

main
Yiğit Çolakoğlu 4 years ago
parent
commit
91e2d9c176
11 changed files with 13 additions and 10 deletions
  1. +2
    -2
      .gitsecret/paths/mapping.cfg
  2. BIN
      mail/mbsyncrc.secret
  3. BIN
      mail/msmtp/config.secret
  4. BIN
      misc/calcurse/caldav/config.secret
  5. +1
    -1
      misc/keyboard
  6. BIN
      misc/nextcloud.secret
  7. BIN
      misc/spotifyd.conf.secret
  8. BIN
      misc/wakatime.cfg.secret
  9. +6
    -4
      scripts/dmenu-refresh
  10. +4
    -3
      xorg/xinitrc
  11. BIN
      zsh/secret.secret

+ 2
- 2
.gitsecret/paths/mapping.cfg View File

@ -1,7 +1,7 @@
zsh/secret:63d3fba77f570fbb9e9f999303a2828c4a2d88990836e80ea08a48c48619da22
zsh/secret:aa79361563a31575b8acba30268c6ba773f6e941655ab9f4c8e3452e13369977
mail/mbsyncrc:65eec91b162f829575c2cc4b2428faa90eb71f3f79ba779bcfe70712f161cabe
mail/msmtp/config:529c5ae169a81f528ece6356c2bfb23f20af93619386aa018f28fab9505271ec
misc/spotifyd.conf:dd73afe8809498ba3b00ba9aa99e78fb3606867dc4871231880d2ebfd55196a9
misc/spotifyd.conf:2365689856e64f966846c0e33b5fc31f3a3a1a571e4e2ca65bebfd660f8e83cf
misc/wakatime.cfg:e306146d45036c38f15aa9a817fc172bdca3c4c9d9ed3c4f6fe1d8d93d783d78
misc/nextcloud:1ee8feae4ac43c1e27178a5114374ff0afed84a1fd558a12d91e5409f77efef1
misc/calcurse/caldav/config:15d288e4edcbb85da765080fcdc7d25815cf2e22854002af5ea5ca2b4c4c7955

BIN
mail/mbsyncrc.secret View File


BIN
mail/msmtp/config.secret View File


BIN
misc/calcurse/caldav/config.secret View File


+ 1
- 1
misc/keyboard View File

@ -1,5 +1,5 @@
#!/bin/bash
setxkbmap "us,tr" -variant "altgr-intl," -option caps:escape # Set keyboard layout. map CapsLock to Esc
setxkbmap "us,tr" -option caps:escape # Set keyboard layout. map CapsLock to Esc
xset r rate 180 40
xmodmap -e "clear control" -e "add control = Control_L" -e "clear mod3" -e "add mod3 = Control_R" # Map right Ctrl to Mod3Mask

BIN
misc/nextcloud.secret View File


BIN
misc/spotifyd.conf.secret View File


BIN
misc/wakatime.cfg.secret View File


+ 6
- 4
scripts/dmenu-refresh View File

@ -18,7 +18,8 @@ dwmblocks
mconnect
dunst
clipmenud
quark"
quark
devmon"
# Open menu
selection=$(printf '%s' "$items" | $DMENU)
@ -46,9 +47,10 @@ case $selection in
;;
devmon)
pkill -f devmon
~/.scripts/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 '" &
~/.scripts/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 '" \
--no-unmount --no-gui &
;;
quark)
sudo systemctl restart quark


+ 4
- 3
xorg/xinitrc View File

@ -56,9 +56,10 @@ xset dpms 600 600 600
dunst &
~/.scripts/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 '" &
~/.scripts/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 '" \
--no-unmount --no-gui &
touch ~/.cache/dwm-restart
while [ -f /home/yigit/.cache/dwm-restart ];


BIN
zsh/secret.secret View File


Loading…
Cancel
Save