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">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="None" />
|
<action name="None" />
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="None" />
|
||||||
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
</mouse>
|
</mouse>
|
||||||
|
|
||||||
|
|
17
README.md
17
README.md
|
@ -1733,6 +1733,23 @@ Copy the wallpaper over
|
||||||
```sh
|
```sh
|
||||||
cp ~/.Git/Grandma/Config/Among\ The\ Trees.jpg ~/.local/share/wallpapers
|
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
|
# Audio
|
||||||
Install Pipewire.
|
Install Pipewire.
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue