Compare commits

..

2 Commits

Author SHA1 Message Date
a93d11a2c8 Install: Add gh and copyq 2025-12-01 14:10:38 -08:00
52adaeccbd Sway: Add default applications at startup 2025-12-01 14:09:46 -08:00
2 changed files with 8 additions and 0 deletions

View File

@@ -212,6 +212,12 @@ client.urgent $peach $base $peach $overlay0 $peach
client.placeholder $overlay0 $base $text $overlay0 $overlay0 client.placeholder $overlay0 $base $text $overlay0 $overlay0
client.background $base client.background $base
#
# Launch defualt apps
#
exec copyq
exec workrave
# Include configs from 3 locations: # Include configs from 3 locations:
# - /usr/share/sway/config.d # - /usr/share/sway/config.d
# - /etc/sway/config.d # - /etc/sway/config.d

View File

@@ -15,6 +15,7 @@ brew install \
fish \ fish \
fzf \ fzf \
gcc \ gcc \
gh \
git \ git \
git-delta \ git-delta \
jq \ jq \
@@ -49,6 +50,7 @@ brew services start atuin
# Install system packages # Install system packages
sudo dnf install \ sudo dnf install \
alacritty \ alacritty \
copyq \
distrobox \ distrobox \
fuse-libs \ # For running appimages fuse-libs \ # For running appimages
gstreamer1-plugin-openh264 mozilla-openh264 \ # For twitch videos gstreamer1-plugin-openh264 mozilla-openh264 \ # For twitch videos