Compare commits
2 commits
433a5dfb13
...
981403aa1d
| Author | SHA1 | Date | |
|---|---|---|---|
| 981403aa1d | |||
| 2ed6f73532 |
14 changed files with 24 additions and 27 deletions
|
|
@ -1,4 +0,0 @@
|
||||||
# keep-sorted start
|
|
||||||
BORG_PASSCOMMAND="cat ${HOME}/.keys/borg-passphrase.txt"
|
|
||||||
BORG_REPO="/media/backup/"
|
|
||||||
# keep-sorted end
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# keep-sorted start
|
|
||||||
EDITOR="emacsclient --create-frame --no-window-system"
|
|
||||||
SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
|
|
||||||
VISUAL="emacsclient --create-frame --no-window-system"
|
|
||||||
# keep-sorted end
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# keep-sorted start
|
|
||||||
GTK_IM_MODULE="fcitx"
|
|
||||||
QT_IM_MODULE="fcitx"
|
|
||||||
XMODIFIERS="@im=fcitx"
|
|
||||||
# keep-sorted end
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
# keep-sorted start
|
|
||||||
PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"
|
|
||||||
# keep-sorted end
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
# keep-sorted start
|
|
||||||
SWAY_WALLPAPER="${HOME}/Documents/wallpapers/solar-system.jpg"
|
|
||||||
# keep-sorted end
|
|
||||||
4
.config/environment/backup
Normal file
4
.config/environment/backup
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# keep-sorted start
|
||||||
|
export BORG_PASSCOMMAND="cat ${HOME}/.keys/borg-passphrase.txt"
|
||||||
|
export BORG_REPO="/media/backup/"
|
||||||
|
# keep-sorted end
|
||||||
5
.config/environment/editor
Normal file
5
.config/environment/editor
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# keep-sorted start
|
||||||
|
export EDITOR="emacsclient --create-frame --no-window-system"
|
||||||
|
export SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
|
||||||
|
export VISUAL="emacsclient --create-frame --no-window-system"
|
||||||
|
# keep-sorted end
|
||||||
5
.config/environment/ime
Normal file
5
.config/environment/ime
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# keep-sorted start
|
||||||
|
export GTK_IM_MODULE="fcitx"
|
||||||
|
export QT_IM_MODULE="fcitx"
|
||||||
|
export XMODIFIERS="@im=fcitx"
|
||||||
|
# keep-sorted end
|
||||||
3
.config/environment/poetry
Normal file
3
.config/environment/poetry
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# keep-sorted start
|
||||||
|
export PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"
|
||||||
|
# keep-sorted end
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
LANG="en_IL.utf8"
|
export LANG="en_IL.utf8"
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
XDG_CURRENT_DESKTOP="sway"
|
export XDG_CURRENT_DESKTOP="sway"
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
|
|
@ -303,4 +303,4 @@ include /etc/sway/config.d/*
|
||||||
exec systemctl --user import-environment XDG_CURRENT_DESKTOP
|
exec systemctl --user import-environment XDG_CURRENT_DESKTOP
|
||||||
exec dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway
|
exec dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway
|
||||||
|
|
||||||
output * bg ${SWAY_WALLPAPER} fill
|
output * bg ~/Documents/wallpapers/solar-system.jpg fill
|
||||||
|
|
|
||||||
|
|
@ -38,4 +38,4 @@ ln \
|
||||||
--symbolic \
|
--symbolic \
|
||||||
"${outfile}" \
|
"${outfile}" \
|
||||||
"${WALLPAPERS}/today"
|
"${WALLPAPERS}/today"
|
||||||
swaymsg output "*" bg "${SWAY_WALLPAPER}" fill
|
swaymsg reload
|
||||||
|
|
|
||||||
6
.profile
6
.profile
|
|
@ -37,9 +37,9 @@ fi
|
||||||
|
|
||||||
umask 0007
|
umask 0007
|
||||||
|
|
||||||
while read -r l; do
|
for filename in "$(systemd-path user-configuration)"/environment/*; do
|
||||||
eval export $l
|
. "$filename"
|
||||||
done < <(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)
|
done
|
||||||
|
|
||||||
# Autolaunch sway for tty1 logins
|
# Autolaunch sway for tty1 logins
|
||||||
[ "$(tty)" = "/dev/tty1" ] &&
|
[ "$(tty)" = "/dev/tty1" ] &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue