Compare commits
2 Commits
b5b923d2dd
...
b7988ad95d
| Author | SHA1 | Date | |
|---|---|---|---|
|
b7988ad95d
|
|||
|
2487de4fd5
|
@@ -31,5 +31,7 @@ profile internal {
|
|||||||
output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0
|
output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0
|
||||||
{{- else if eq .chezmoi.hostname "balozi" }}
|
{{- else if eq .chezmoi.hostname "balozi" }}
|
||||||
output eDP-1 enable mode 1920x1080 scale 1.33 position 0,0
|
output eDP-1 enable mode 1920x1080 scale 1.33 position 0,0
|
||||||
|
{{- else if eq .chezmoi.hostname "byzas" }}
|
||||||
|
output eDP-1 enable mode 1920x1200 scale 1.5 position 0,0
|
||||||
{{- end }}
|
{{- end }}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
|||||||
# Only add local bin if it's not already present
|
# Only add local bin if it's not already present
|
||||||
[[ ! $PATH == *.local/bin* ]] && PATH=~/.local/bin:$PATH
|
[[ ! $PATH == *.local/bin* ]] && PATH=~/.local/bin:$PATH
|
||||||
|
|
||||||
{{ if or (eq .chezmoi.hostname "knafeh") (eq .chezmoi.hostname "balozi") }}
|
{{ if or (eq .chezmoi.hostname "knafeh") (eq .chezmoi.hostname "balozi") (eq .chezmoi.hostname "byzas") }}
|
||||||
# 2021-06-22: fix "Firefox is already running" message
|
# 2021-06-22: fix "Firefox is already running" message
|
||||||
# See: https://mastransky.wordpress.com/2020/03/16/wayland-x11-how-to-run-firefox-in-mixed-environment/
|
# See: https://mastransky.wordpress.com/2020/03/16/wayland-x11-how-to-run-firefox-in-mixed-environment/
|
||||||
export MOZ_DBUS_REMOTE=1
|
export MOZ_DBUS_REMOTE=1
|
||||||
@@ -53,7 +53,7 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
|||||||
export RSYNC_OLD_ARGS=1
|
export RSYNC_OLD_ARGS=1
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{ if or (eq .chezmoi.hostname "knafeh") (eq .chezmoi.hostname "balozi") }}
|
{{ if or (eq .chezmoi.hostname "knafeh") (eq .chezmoi.hostname "balozi") (eq .chezmoi.hostname "byzas") }}
|
||||||
# 2023-12-27: use Vulkan renderer in Sway
|
# 2023-12-27: use Vulkan renderer in Sway
|
||||||
# 2024-03-23: still buggy
|
# 2024-03-23: still buggy
|
||||||
# 2025-01-02: seem to work on newer Intel
|
# 2025-01-02: seem to work on newer Intel
|
||||||
|
|||||||
Reference in New Issue
Block a user