Fix middle click mousebind to not open root menu
This commit is contained in:
parent
911d7b0aad
commit
7d475f69c5
2 changed files with 20 additions and 0 deletions
|
@ -63,6 +63,9 @@
|
|||
<mousebind button="Left" action="Press">
|
||||
<action name="None" />
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="None" />
|
||||
</mousebind>
|
||||
</context>
|
||||
</mouse>
|
||||
|
||||
|
|
17
README.md
17
README.md
|
@ -1733,6 +1733,23 @@ Copy the wallpaper over
|
|||
```sh
|
||||
cp ~/.Git/Grandma/Config/Among\ The\ Trees.jpg ~/.local/share/wallpapers
|
||||
```
|
||||
## Swww
|
||||
Now clone the swww repo.
|
||||
```
|
||||
git clone https://github.com/LGFae/swww
|
||||
```
|
||||
Change to the directory.
|
||||
```
|
||||
cd swww
|
||||
```
|
||||
Now install cargo.
|
||||
```
|
||||
sudo xbps-install cargo
|
||||
```
|
||||
Now install the dependancy.
|
||||
```
|
||||
sudo xbps-install lz4
|
||||
```
|
||||
# Audio
|
||||
Install Pipewire.
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue