Avoid hard-coding the username
This commit is contained in:
parent
2b936b83a1
commit
333ab636cc
4 changed files with 4 additions and 4 deletions
|
|
@ -6,4 +6,4 @@ mkdir -p ~/Pictures/screenshots
|
|||
|
||||
pre-commit install
|
||||
|
||||
sudo usermod --append --groups dialout ohad
|
||||
sudo usermod --append --groups dialout "${USER}"
|
||||
|
|
|
|||
|
|
@ -301,4 +301,4 @@ include /etc/sway/config.d/*
|
|||
exec systemctl --user import-environment XDG_CURRENT_DESKTOP
|
||||
exec dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
output * bg /home/ohad/Documents/wallpapers/solar-system.jpg fill
|
||||
output * bg ~/Documents/wallpapers/solar-system.jpg fill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue