Compare commits
No commits in common. "fe95d7e81526be250e69028faac3de1ec259341c" and "bacb1424d0f6c8031c89847c42c6d291885766f6" have entirely different histories.
fe95d7e815
...
bacb1424d0
2 changed files with 2 additions and 12 deletions
|
|
@ -3,17 +3,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
USER_UNITS=(
|
systemctl --user enable --now syncthing.service
|
||||||
# keep-sorted start
|
|
||||||
podman-auto-update.timer
|
|
||||||
podman-clean-transient.service
|
|
||||||
syncthing.service
|
|
||||||
# keep-sorted end
|
|
||||||
)
|
|
||||||
|
|
||||||
for unit in "${USER_UNITS[@]}"; do
|
|
||||||
systemctl --user enable --now "${unit}"
|
|
||||||
done
|
|
||||||
|
|
||||||
mkdir --parents ~/Pictures/screenshots
|
mkdir --parents ~/Pictures/screenshots
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ input type:touchpad {
|
||||||
bindsym $launch+j exec $term zellij --layout jupyter attach --create jupyter
|
bindsym $launch+j exec $term zellij --layout jupyter attach --create jupyter
|
||||||
|
|
||||||
# Start Emacs
|
# Start Emacs
|
||||||
bindsym $launch+e exec emacsclient --alternate-editor "" --create-frame --no-wait
|
bindsym $launch+e exec emacsclient --alternate-editor "" --create-frame
|
||||||
|
|
||||||
# Start a browser
|
# Start a browser
|
||||||
bindsym $launch+f exec firefox --private-window
|
bindsym $launch+f exec firefox --private-window
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue