This commit is contained in:
Yuri Zamyatin 2025-04-10 19:21:29 +00:00
parent 19b0c3e3be
commit 0168c5cefb
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
GIT_USER_EMAIL=
GIT_USER_NAME=

View File

@ -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