Skip to content

Commit

Permalink
update readme (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 authored Jun 11, 2024
1 parent 06be475 commit 24f8f0b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ managed by GNU stow

```console
sudo apt-get install git make vim
git clone [email protected]:topher200/dotfiles.git
git clone [email protected]:topher200/dotfiles.git ~/
cd dotfiles
make install-all-packages
make
Expand All @@ -32,19 +32,16 @@ fs.inotify.max_user_instances = 1048576
fs.inotify.max_user_watches = 1048576
```

- install zoom. https://zoom.us/download?os=linux, download, `$ sudo apt install ~/Downloads/zoom...`
- disable annoying zoom window setting:

```
$ vim ~/snap/zoom-client/current/.config/zoomus.conf
$ ... OR ...
$ vim .config/zoomus.conf
enableMiniWindow=false
```

- disable wayland in `/etc/gdm3/custom.conf` (may not work beyond 24.04):

```
WaylandEnable=false
```

- grab graphite user config

```
Expand Down

0 comments on commit 24f8f0b

Please sign in to comment.