Compare commits
3 Commits
3c9047226b
...
67ca43db57
Author | SHA1 | Date | |
---|---|---|---|
67ca43db57 | |||
2e3a2afe74 | |||
28860af56f |
@@ -6,7 +6,7 @@ $game-workspace-number = 5
|
|||||||
exec-once = uwsm app -- steam.desktop
|
exec-once = uwsm app -- steam.desktop
|
||||||
|
|
||||||
# window rules
|
# window rules
|
||||||
windowrule = workspace 9 silent, title:^(Steam)$
|
windowrule = workspace 9 silent, class:^(steam)$
|
||||||
|
|
||||||
# key binds
|
# key binds
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# key_binds.conf
|
# key_binds.conf
|
||||||
|
|
||||||
# Set programs that you use
|
# 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 = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
|
||||||
#$menu = ags request -i launcher show
|
#$menu = ags request -i launcher show
|
||||||
$screenshot = hyprshot -m region --clipboard-only
|
$screenshot = hyprshot -m region --clipboard-only
|
||||||
|
@@ -1,17 +1,10 @@
|
|||||||
modules:
|
modules:
|
||||||
- type: containerfile
|
- type: containerfile
|
||||||
snippets:
|
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-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-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 /
|
|
||||||
- RUN rpm -ivh /ublue-os-udev-rules.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-signing.noarch.rpm
|
||||||
- RUN rpm -ivh /ublue-os-luks.noarch.rpm
|
|
||||||
- RUN rpm -ivh /ublue-os-just.noarch.rpm
|
|
||||||
|
|
||||||
- type: script
|
- type: script
|
||||||
scripts:
|
scripts:
|
||||||
@@ -85,6 +78,15 @@ modules:
|
|||||||
# software
|
# software
|
||||||
- gnome-software
|
- gnome-software
|
||||||
- gnome-software-rpm-ostree
|
- gnome-software-rpm-ostree
|
||||||
|
|
||||||
|
# power
|
||||||
|
- powerstat
|
||||||
|
|
||||||
|
remove:
|
||||||
|
packages:
|
||||||
|
# remove firefox
|
||||||
|
- firefox
|
||||||
|
- firefox-langpacks
|
||||||
|
|
||||||
- type: script
|
- type: script
|
||||||
scripts:
|
scripts:
|
||||||
|
Reference in New Issue
Block a user