aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-23 16:41:10 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-23 16:41:10 +1300
commit685b714991a77ca3adde90c5d7095d3edcacdb15 (patch)
tree3f24b18908dcad0e012578d07bc2ea62ad5655ce
parentMerge branch 'release/v1.77.0' into develop (diff)
downloaddotfiles-685b714991a77ca3adde90c5d7095d3edcacdb15.tar.gz
dotfiles-685b714991a77ca3adde90c5d7095d3edcacdb15.zip
Remove a lot of alignment spacing
-rw-r--r--Makefile6
-rw-r--r--bin/dub.sh2
-rw-r--r--bin/maybe.sh4
-rw-r--r--bin/vex.sh2
-rw-r--r--dunst/dunstrc74
-rw-r--r--i3/config16
-rw-r--r--mpd/mpdconf14
-rw-r--r--mutt/muttrc70
-rw-r--r--sh/profile.d/editor.sh2
-rw-r--r--sh/profile.d/options.sh14
-rw-r--r--sh/shrc.d/grep.sh4
11 files changed, 104 insertions, 104 deletions
diff --git a/Makefile b/Makefile
index 056f0ece..0d4af4d6 100644
--- a/Makefile
+++ b/Makefile
@@ -564,9 +564,9 @@ install-vim-bundle: install-vim-config
install-vim-cache:
mkdir -p -- \
- $(VIMDIR)/cache/backup \
- $(VIMDIR)/cache/swap \
- $(VIMDIR)/cache/undo
+ $(VIMDIR)/cache/backup \
+ $(VIMDIR)/cache/swap \
+ $(VIMDIR)/cache/undo
install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler
diff --git a/bin/dub.sh b/bin/dub.sh
index 2dfd77f0..efdae4e9 100644
--- a/bin/dub.sh
+++ b/bin/dub.sh
@@ -14,7 +14,7 @@ cd -- "$dir" || exit
# wrong than malformed
nl=$(printf '\n/')
find . ! -name . -prune \( \
- -name '*'"${nl%/}"'*' \
+ -name '*'"${nl%/}"'*' \
-exec sh -c '
printf >&2 '\''%s: warning: skipped newline filename\n'\'' "$1"
' _ "$self" \; \
diff --git a/bin/maybe.sh b/bin/maybe.sh
index bda7bbc0..8a4f246e 100644
--- a/bin/maybe.sh
+++ b/bin/maybe.sh
@@ -3,8 +3,8 @@ self=maybe
# Figure out numerator and denominator from arguments
case $# in
- 0) num=1 den=2 ;;
- 1) num=1 den=$1 ;;
+ 0) num=1 den=2 ;;
+ 1) num=1 den=$1 ;;
2) num=$1 den=$2 ;;
*)
printf >&2 '%s: Unexpected arguments\n' "$self"
diff --git a/bin/vex.sh b/bin/vex.sh
index 8a696577..9e85c567 100644
--- a/bin/vex.sh
+++ b/bin/vex.sh
@@ -6,7 +6,7 @@ fi
"$@"
ex=$?
case $ex in
- 0) op='true' ;;
+ 0) op='true' ;;
*) op='false' ;;
esac
printf '%s\n' "$op"
diff --git a/dunst/dunstrc b/dunst/dunstrc
index a957b2c6..e3e3e43f 100644
--- a/dunst/dunstrc
+++ b/dunst/dunstrc
@@ -1,46 +1,46 @@
[global]
- alignment = left
- allow_markup = no
- bounce_freq = 0
- dmenu = dmenu -p dunst:
- follow = mouse
- format = "%s %b"
- geometry = "350x5-0-17"
- history_length = 20
- horizontal_padding = 8
- icon_position = off
- idle_threshold = 0
- ignore_newline = no
- indicate_hidden = no
- line_height = 0
- monitor = 0
- padding = 8
- separator_color = frame
- separator_height = 0
- show_age_threshold = -1
- show_indicators = no
- shrink = no
- sort = yes
- startup_notification = false
- sticky_history = yes
- transparency = 0
- word_wrap = yes
+galignment = left
+gallow_markup = no
+gbounce_freq = 0
+gdmenu = dmenu -p dunst:
+gfollow = mouse
+gformat = "%s %b"
+ggeometry = "350x5-0-17"
+ghistory_length = 20
+ghorizontal_padding = 8
+gicon_position = off
+gidle_threshold = 0
+gignore_newline = no
+gindicate_hidden = no
+gline_height = 0
+gmonitor = 0
+gpadding = 8
+gseparator_color = frame
+gseparator_height = 0
+gshow_age_threshold = -1
+gshow_indicators = no
+gshrink = no
+gsort = yes
+gstartup_notification = false
+gsticky_history = yes
+gtransparency = 0
+gword_wrap = yes
[frame]
- width = 1
- color = "#333333"
+gwidth = 1
+gcolor = "#333333"
[urgency_low]
- background = "#222222"
- foreground = "#bbbbbb"
- timeout = 10
+gbackground = "#222222"
+gforeground = "#bbbbbb"
+gtimeout = 10
[urgency_normal]
- background = "#285577"
- foreground = "#ffffff"
- timeout = 10
+gbackground = "#285577"
+gforeground = "#ffffff"
+gtimeout = 10
[urgency_critical]
- background = "#900000"
- foreground = "#ffffff"
- timeout = 0
+gbackground = "#900000"
+gforeground = "#ffffff"
+gtimeout = 0
diff --git a/i3/config b/i3/config
index 6fa0a0de..2b190998 100644
--- a/i3/config
+++ b/i3/config
@@ -74,27 +74,27 @@ bindsym $mod+Shift+9 move container to workspace 9
# Mod+r resizes a container
bindsym $mod+r mode "resize"
mode "resize" {
- bindsym h resize shrink width 10 px or 10 ppt
- bindsym j resize grow height 10 px or 10 ppt
+ bindsym h resize shrink width 10 px or 10 ppt
+ bindsym j resize grow height 10 px or 10 ppt
bindsym k resize shrink height 10 px or 10 ppt
- bindsym l resize grow width 10 px or 10 ppt
+ bindsym l resize grow width 10 px or 10 ppt
bindsym Return mode "default"
bindsym Escape mode "default"
}
# i3bar at bottom of screen
bar {
- position bottom
- status_command i3status --config ~/.i3/status
+ position bottom
+ status_command i3status --config ~/.i3/status
workspace_buttons yes
colors {
background #111111
statusline #eeeeee
- focused_workspace #ffffff #285577
- active_workspace #ffffff #333333
+ focused_workspace #ffffff #285577
+ active_workspace #ffffff #333333
inactive_workspace #888888 #222222
- urgent_workspace #ffffff #900000
+ urgent_workspace #ffffff #900000
}
}
diff --git a/mpd/mpdconf b/mpd/mpdconf
index 3dca8b6d..e8bad4cc 100644
--- a/mpd/mpdconf
+++ b/mpd/mpdconf
@@ -1,15 +1,15 @@
bind_to_address "~/.mpd/socket"
-db_file "~/.mpd/database"
+db_file "~/.mpd/database"
log_file "~/.mpd/log"
-music_directory "/mnt/media/shares/music"
+music_directory "/mnt/media/shares/music"
playlist_directory "~/.mpd/playlists"
-pid_file "~/.mpd/pid"
-state_file "~/.mpd/state"
-sticker_file "~/.mpd/sticker.sql"
+pid_file "~/.mpd/pid"
+state_file "~/.mpd/state"
+sticker_file "~/.mpd/sticker.sql"
audio_output {
- type "pulse"
- name "PulseAudio"
+ type "pulse"
+ name "PulseAudio"
}
diff --git a/mutt/muttrc b/mutt/muttrc
index 41e8a75c..9ff4857d 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -1,8 +1,8 @@
# Addresses
set query_command = 'abook --mutt-query %s'
-set reverse_name = yes
-set use_domain = yes
-set use_from = yes
+set reverse_name = yes
+set use_domain = yes
+set use_from = yes
# Alerts
set beep_new = yes
@@ -20,23 +20,23 @@ set header_cache = '~/.cache/mutt/headers'
# Colors
color attachment brightyellow default
-color hdrdefault cyan default
-color indicator black white
-color markers brightred default
-color normal default default
-color quoted green default
-color signature cyan default
-color status default color22
-color tilde brightblack default
-color tree default default
+color hdrdefault cyan default
+color indicator black white
+color markers brightred default
+color normal default default
+color quoted green default
+color signature cyan default
+color status default color22
+color tilde brightblack default
+color tree default default
# Completion
bind editor <Tab> complete-query
-bind editor ^T complete
+bind editor ^T complete
# Files
set delete = ask-yes
-set move = no
+set move = no
# Flags
set mark_old = no
@@ -52,9 +52,9 @@ set index_format = '%4C %Z %{%b %d %Y} %-15.15L (%?l?%4l&%4c?) %s'
# Interaction
set abort_unmodified = no
-set confirmappend = no
-set wait_key = no
-set quit = ask-yes
+set confirmappend = no
+set wait_key = no
+set quit = ask-yes
# Intervals
set mail_check = 5
@@ -71,14 +71,14 @@ mime_lookup application/octet-stream
# Pager
set pager_context = 1
-set pager_format = '%4C %Z %[!%b %e at %I:%M %p] %.20n %s%* -- (%P)'
-set pager_stop = yes
+set pager_format = '%4C %Z %[!%b %e at %I:%M %p] %.20n %s%* -- (%P)'
+set pager_stop = yes
# Presentation/formatting
-set markers = no
-set smart_wrap = yes
+set markers = no
+set smart_wrap = yes
set text_flowed = yes
-set tilde = yes
+set tilde = yes
alternative_order text/plain text/html *
auto_view text/html
@@ -86,36 +86,36 @@ auto_view text/html
set quote_regexp = '^(>[ \t]*)+'
# Responses
-set fast_reply = yes
-set forward_format = 'Fw: %s'
-set include = yes
+set fast_reply = yes
+set forward_format = 'Fw: %s'
+set include = yes
set use_envelope_from = yes
# Searching/sorting
-set sort = 'threads'
-set sort_aux = 'last-date-received'
-set strict_threads = yes
+set sort = 'threads'
+set sort_aux = 'last-date-received'
+set strict_threads = yes
set thorough_search = yes
# SSH
set time_inc = 250
# Encryption settings
-set crypt_replysign = yes
-set crypt_replyencrypt = yes
+set crypt_replysign = yes
+set crypt_replyencrypt = yes
set crypt_replysignencrypted = yes
-set crypt_use_gpgme = yes
-set crypt_use_pka = yes
-set crypt_verify_sig = yes
+set crypt_use_gpgme = yes
+set crypt_use_pka = yes
+set crypt_verify_sig = yes
# Do decode classic PGP messages, though we'll never write them
set pgp_auto_decode = yes
# Vim-ish bindings
bind index gg first-entry
-bind index G last-entry
+bind index G last-entry
bind pager gg top
-bind pager G bottom
+bind pager G bottom
bind index,pager \Cu half-up
bind index,pager \Cd half-down
bind generic,index,browser,pager \Cf next-page
diff --git a/sh/profile.d/editor.sh b/sh/profile.d/editor.sh
index 6e202e26..37146fb9 100644
--- a/sh/profile.d/editor.sh
+++ b/sh/profile.d/editor.sh
@@ -12,7 +12,7 @@ elif (
ver=$(ex --version 2>/dev/null | awk '{print $1;exit}')
case $ver in
(VIM) exit 0 ;;
- (*) exit 1 ;;
+ (*) exit 1 ;;
esac
) >/dev/null 2>&1 ; then
EDITOR='exm'
diff --git a/sh/profile.d/options.sh b/sh/profile.d/options.sh
index 89b5d245..73f62243 100644
--- a/sh/profile.d/options.sh
+++ b/sh/profile.d/options.sh
@@ -39,17 +39,17 @@ options ed \
# Cache options for grep(1)
options grep \
binary-files \
- color \
- devices \
- directories \
- exclude \
+ color \
+ devices \
+ directories \
+ exclude \
exclude-dir
# Cache options for ls(1)
options ls \
- almost-all \
- block-size \
- color \
+ almost-all \
+ block-size \
+ color \
human-readable \
time-style
)
diff --git a/sh/shrc.d/grep.sh b/sh/shrc.d/grep.sh
index 3df1ee9a..43797ef5 100644
--- a/sh/shrc.d/grep.sh
+++ b/sh/shrc.d/grep.sh
@@ -28,7 +28,7 @@ grep() {
# Add --exclude to ignore .gitignore and .gitmodules files
[ -e "$HOME"/.cache/sh/opt/grep/exclude ] &&
set -- \
- --exclude=.gitignore \
+ --exclude=.gitignore \
--exclude=.gitmodules \
"$@"
@@ -37,7 +37,7 @@ grep() {
set -- \
--exclude-dir=.cvs \
--exclude-dir=.git \
- --exclude-dir=.hg \
+ --exclude-dir=.hg \
--exclude-dir=.svn \
"$@"