Skip to content

Commit

Permalink
bugfix: did not need classic confinement
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Jan 15, 2024
1 parent 3b6a9d5 commit d6240d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ section below for the current status and direction.

# Install
```
sudo snap install miracle-wm --edge --classic
sudo snap install miracle-wm --edge
```

# Building
Expand All @@ -31,7 +31,7 @@ cmake ..
```sh
cd miracle-wm
snapcraft
sudo snap install --dangerous --classic miracle-wm_*.snap
sudo snap install --dangerous miracle-wm_*.snap
```

# Running
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
miracle-wm is a tiling window manager based off the Mir library.
It is intended to provide an i3/sway-like experience.
confinement: classic
confinement: strict
base: core22
version: 0.0.1

Expand Down

0 comments on commit d6240d0

Please sign in to comment.