diff --git a/.gitsecret/paths/mapping.cfg b/.gitsecret/paths/mapping.cfg index 7f944c4e..baec6226 100644 --- a/.gitsecret/paths/mapping.cfg +++ b/.gitsecret/paths/mapping.cfg @@ -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 diff --git a/mail/mbsyncrc.secret b/mail/mbsyncrc.secret index 6e49abb6..97a954db 100644 Binary files a/mail/mbsyncrc.secret and b/mail/mbsyncrc.secret differ diff --git a/mail/msmtp/config.secret b/mail/msmtp/config.secret index de9805c5..38808398 100644 Binary files a/mail/msmtp/config.secret and b/mail/msmtp/config.secret differ diff --git a/misc/calcurse/caldav/config.secret b/misc/calcurse/caldav/config.secret index 58c7d1c6..ba08535d 100644 Binary files a/misc/calcurse/caldav/config.secret and b/misc/calcurse/caldav/config.secret differ diff --git a/misc/keyboard b/misc/keyboard index 4bc0613e..7c49a82f 100755 --- a/misc/keyboard +++ b/misc/keyboard @@ -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 diff --git a/misc/nextcloud.secret b/misc/nextcloud.secret index 6125178d..d36f06dc 100644 Binary files a/misc/nextcloud.secret and b/misc/nextcloud.secret differ diff --git a/misc/spotifyd.conf.secret b/misc/spotifyd.conf.secret index 50b2b850..2465dccb 100644 Binary files a/misc/spotifyd.conf.secret and b/misc/spotifyd.conf.secret differ diff --git a/misc/wakatime.cfg.secret b/misc/wakatime.cfg.secret index 673f756e..ada9e206 100644 Binary files a/misc/wakatime.cfg.secret and b/misc/wakatime.cfg.secret differ diff --git a/scripts/dmenu-refresh b/scripts/dmenu-refresh index 5f022ea0..a0f86751 100755 --- a/scripts/dmenu-refresh +++ b/scripts/dmenu-refresh @@ -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 diff --git a/xorg/xinitrc b/xorg/xinitrc index 11c01113..47a69f17 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -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 ]; diff --git a/zsh/secret.secret b/zsh/secret.secret index 1b458e94..0417db55 100644 Binary files a/zsh/secret.secret and b/zsh/secret.secret differ