diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-11 05:47:25 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-11 05:47:25 -0500 |
| commit | d8949ad9808437025fef12bbf4b6869a4d23ae60 (patch) | |
| tree | 2b808b7a8696c992246bad07712891aed1e89325 | |
| parent | f3e4aaeba0a1f9d02b86aff3c39b5935e4b4ea0b (diff) | |
| download | archsetup-d8949ad9808437025fef12bbf4b6869a4d23ae60.tar.gz archsetup-d8949ad9808437025fef12bbf4b6869a4d23ae60.zip | |
fix: emacs-wayland package, Telegram autostart, velox config sync
Switch emacs to emacs-wayland for native Wayland/PGTK support.
Add Telegram tray autostart to hyprland.conf.
| -rwxr-xr-x | archsetup | 2 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1820,7 +1820,7 @@ developer_workstation() { pacman_install mg # mini emacs action="Emacs Dependencies" && display "subtitle" "$action" - pacman_install emacs + pacman_install emacs-wayland # supporting utilities used by my emacs configuration aur_install exercism-bin # command line tool for exercism.io diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 0e6f1a7..e97a413 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -42,6 +42,7 @@ exec-once = hypr-refocus-scratchpad # Apps that can start later (sleep ensures waybar tray is registered) exec-once = sleep 1 && signal-desktop --start-in-tray --ozone-platform=wayland +exec-once = sleep 1 && Telegram -startintray exec-once = protonmail-bridge --no-window exec-once = insync start |
