diff --git a/arch-user/config/sway/config.tmpl b/arch-user/config/sway/config.tmpl index 0fa428e..9a0a7d5 100644 --- a/arch-user/config/sway/config.tmpl +++ b/arch-user/config/sway/config.tmpl @@ -123,7 +123,7 @@ bindsym --to-code { $mod+v exec wtype -P XF86Paste # media XF86MonBrightnessDown exec ~/.local/bin/sway/brightness-set-and-notify.sh 5%- - XF86MonBrightnessUp exec ~/.local/bin/sway/brightness-set-and-notify.sh 5% + XF86MonBrightnessUp exec ~/.local/bin/sway/brightness-set-and-notify.sh 5%+ XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle && pkill -SIGRTMIN+2 i3blocks XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5% && pkill -SIGRTMIN+2 i3blocks XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5% && pkill -SIGRTMIN+2 i3blocks diff --git a/arch-user/config/user.template.conf b/arch-user/config/user.template.conf new file mode 100644 index 0000000..8f182f8 --- /dev/null +++ b/arch-user/config/user.template.conf @@ -0,0 +1,2 @@ +GIT_USER_EMAIL= +GIT_USER_NAME= diff --git a/arch-user/install.sh b/arch-user/install.sh index 2333361..5345826 100644 --- a/arch-user/install.sh +++ b/arch-user/install.sh @@ -45,7 +45,8 @@ gomplate --input-dir config \ --output-map "$HOME/.config/{{ .in | strings.ReplaceAll \".tmpl\" \"\" }}" \ --exclude-processing "!*.tmpl" \ --plugin jq=/bin/jq \ - -c theme=config/theme.json + -c theme=config/theme.json \ + -c user="$HOME/.workspace.conf" ln -sf ~/.config/bash/bashrc ~/.bashrc ln -sf ~/.config/profile ~/.profile