Compare commits

...

3 Commits

Author SHA1 Message Date
67ca43db57 removed more rpm-ostree for just and powerstat, and removed some ublue packages
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 20s
2025-05-23 15:46:43 -04:00
2e3a2afe74 changed windowrule for steam to include when in small mode 2025-05-23 15:35:57 -04:00
28860af56f Removed firefox browser and made file manager hotkey application agnostic 2025-05-23 15:33:24 -04:00
3 changed files with 12 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ $game-workspace-number = 5
exec-once = uwsm app -- steam.desktop
# window rules
windowrule = workspace 9 silent, title:^(Steam)$
windowrule = workspace 9 silent, class:^(steam)$
# key binds
$mainMod = SUPER

View File

@@ -1,7 +1,7 @@
# key_binds.conf
# Set programs that you use
$fileManager = uwsm app -- org.kde.dolphin.desktop
$fileManager = xdg-open "$HOME"
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
#$menu = ags request -i launcher show
$screenshot = hyprshot -m region --clipboard-only

View File

@@ -1,17 +1,10 @@
modules:
- type: containerfile
snippets:
- RUN rpm-ostree install just powerstat
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-udev-rules.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-update-services.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-luks.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-just.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm
- RUN rpm -ivh /ublue-os-udev-rules.noarch.rpm
- RUN rpm -ivh /ublue-os-update-services.noarch.rpm
- RUN rpm -ivh /ublue-os-signing.noarch.rpm
- RUN rpm -ivh /ublue-os-luks.noarch.rpm
- RUN rpm -ivh /ublue-os-just.noarch.rpm
- type: script
scripts:
@@ -86,6 +79,15 @@ modules:
- gnome-software
- gnome-software-rpm-ostree
# power
- powerstat
remove:
packages:
# remove firefox
- firefox
- firefox-langpacks
- type: script
scripts:
- installproprietarypackages.sh