Convert i3 stow config to chezmoi

main
Buddy Sandidge 2 years ago
parent 7fa23b9b31
commit 30b064c9ed

@ -1,3 +1,4 @@
{{ if lookPath "i3" -}}
# This file has been auto-generated by i3-config-wizard(1). # This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like. # It will not be overwritten, so edit it as you like.
# #
@ -152,3 +153,4 @@ bindsym $mod+Control+l resize grow width 1 px or 1 ppt
bar { bar {
status_command i3status status_command i3status
} }
{{- end }}

@ -1,3 +1,4 @@
{{ if lookPath "i3status" -}}
# i3status configuration file. # i3status configuration file.
# see "man i3status" for documentation. # see "man i3status" for documentation.
@ -52,3 +53,4 @@ volume master {
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0
} }
{{- end }}
Loading…
Cancel
Save