Updated dunst and added automatic monitor switching

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-03-22 13:26:13 +01:00
parent e02fa7f43d
commit a4c28e719e
7 changed files with 293 additions and 106 deletions

View File

@@ -17,7 +17,9 @@ pavucontrol btrfs-progs udiskie blueman acpi acpid tlp conky stow openssh xsel \
firefox veracrypt keepassxc ranger rofi chromium delta-git tesseract-data-eng \
neofetch xf86-video-amdgpu lib32-mesa libva-mesa-driver lxappearance mesa-vdpau \
lib32-libva-mesa-driver lib32-mesa-vdpau tesseract-data-eng p7zip pandoc-cli \
nvtop wireguard-tools nmap bind wireshark-qt iperf3 cargo-flamegraph
nvtop wireguard-tools nmap bind wireshark-qt iperf3 cargo-flamegraph amd-ucode \
ethtool smartmontools adobe-source-han-sans-kr-fonts docker docker-compose \
docker-buildx systemd-resolvconf tailscale cargo-bloat brotherconfig4
```
## Picture
@@ -26,9 +28,18 @@ nvtop wireguard-tools nmap bind wireshark-qt iperf3 cargo-flamegraph
## Permissions
### sudo
```sh
echo "%$SUDOGRP ALL=(ALL) ALL" >> /etc/sudoers
```
### Groups
```sh
usermod -a -G network $USER
usermod -a -G video $USER
usermod -a -G docker $USER
usermod -a -G $SUDOGRP $USER
```
@@ -68,3 +79,20 @@ EDITOR=/usr/bin/nvim
```
to `/etc/environment`.
## Systemd
Enable:
- tlp
- acpid
## Printer MFC
I notice this is becoming more of a documentation on how to set my own laptop,
but...
¯\_(ツ)_/¯
```sh
sudo brsaneconfig4 -a name=MFC-L2710DW model=MFC-L2710DW nodename=192.168.50.219
```