dotfiles

my active dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit e3fcd4d7f1fed738125595d42754d7f7a039aca2
parent 915ec1299a9f42620684f6d0a4ee20321c30b3cb
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Sat, 26 Jul 2025 12:25:38 -0400

updates.

Diffstat:
M.bash_profile | 6+++---
Memacs/init.el | 3+++
Msxhkd/sxhkdrc | 12++++++++++--
3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/.bash_profile b/.bash_profile @@ -3,9 +3,6 @@ # Set up the home environment profile. if [ -f ~/.profile ]; then source ~/.profile; fi -# Honor per-interactive-shell startup file -if [ -f ~/.bashrc ]; then source ~/.bashrc; fi - export SUDO="sudo" export TERMINAL="st" export BROWSER="firefox" @@ -29,3 +26,6 @@ export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export MANPATH="$MANPATH:$XDG_DATA_HOME/man" export _JAVA_AWT_WM_NONREPARENTING="1" export PATH="$CARGO_HOME/bin:$HOME/.local/bin:$HOME/scripts:$PATH" + +# Honor per-interactive-shell startup file +if [ -f ~/.bashrc ]; then source ~/.bashrc; fi diff --git a/emacs/init.el b/emacs/init.el @@ -111,6 +111,9 @@ (use-package ef-themes :ensure t) +(use-package acme-theme + :ensure t) + (use-package minions :ensure t diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc @@ -38,4 +38,13 @@ XF86MonBrightnessUp brightnessctl set 5%+ XF86MonBrightnessDown - brightnessctl set 5%- -\ No newline at end of file + brightnessctl set 5%- + +XF86AudioRaiseVolume + wpctl set-volume @DEFAULT_SINK@ 2%+ + +XF86AudioLowerVolume + wpctl set-volume @DEFAULT_SINK@ 2%- + +XF86AudioMute + wpctl set-mute @DEFAULT_SINK@ toggle