commit 33894c9338b138940d60964aa85417c2f3862283
parent 9bba9c4d810add951e975ceed675f1a18baa3289
Author: Daniel Moch <daniel@danielmoch.com>
Date: Thu, 19 Dec 2019 19:14:49 -0500
Ban Vim modelines
Diffstat:
5 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
@@ -1,7 +1,6 @@
#
# ~/.config/dunst/dunstrc
#
-# vim: ft=cfg
[global]
monitor = 0
follow = mouse
diff --git a/.config/i3/config b/.config/i3/config
@@ -1,5 +1,3 @@
-# vim: set ft=conf
-
set $mod Mod4
floating_modifier $mod
diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf
@@ -39,6 +39,4 @@ PACKAGER="Daniel Moch <daniel@danielmoch.com>"
#-- Specify a key to use for package signing
GPGKEY="84BDDD43"
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
-INTEGRITY_CHECK=(sha256)
-
-# vim: ft=sh ts=2 sw=2 et:
+INTEGRITY_CHECK=(sha256)+
\ No newline at end of file
diff --git a/.local/bin/my b/.local/bin/my
@@ -2,7 +2,6 @@
#
# ~/.local/bin/my
#
-# vim: set sts=4 sw=4 et:
# Command and handlers for them are added as-needed. Some commands only
# have one handler, but exist to avoid re-writes across my dotfiles
@@ -248,7 +247,7 @@ case $command in
case $1 in
remaining)
- case $uname in
+ case $uname in
*Linux*)
if [ `acpi | wc -l` -eq 2 ]
then
@@ -271,7 +270,7 @@ case $command in
exit 0
;;
total)
- case $uname in
+ case $uname in
*Linux*|*CYGWIN*)
echo 100
;;
diff --git a/.xbindkeysrc b/.xbindkeysrc
@@ -1,8 +1,7 @@
#
# ~/.xbindkeysrc
#
-# vim: sts=2 sw=2
-"xbindkeys_show"
+"xbindkeys_show"
control+shift + q
"my term"