chore: remove all unsused configs
This commit is contained in:
45
README.md
45
README.md
@@ -12,41 +12,34 @@ Use ./stow.sh --unstow <folder_name> to remove configuration
|
||||
- Install based on Fedora Workstation with GNOME
|
||||
- Font: [JetBrains Mono](https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip)
|
||||
- Keyboard Layout: EurKey
|
||||
- Keepass should use `/run/user/1000/keyring/ssh` as SSH Auth Socket
|
||||
- Keyring provided by GNOME and started with sway
|
||||
- Environment Vairables exported using systemd in [envvars.conf](files/environment/.config/environment.d/envvars.conf)
|
||||
- Lenovo Conservation Mode without root
|
||||
```bash
|
||||
%wheel ALL=(ALL) NOPASSWD: /usr/bin/tee /sys/bus/platform/drivers/ideapad_acpi/VPC????\:??/conservation_mode
|
||||
```
|
||||
- Brave Flags for Wayland
|
||||
```bash
|
||||
/usr/bin/brave-browser-stable --enable-features=UseOzonePlatform --ozone-platform=wayland --gtk-version=4 --enable-wayland-ime --enable-features=TouchpadOverscrollHistoryNavigation
|
||||
```
|
||||
- Remove Client Side Decorations
|
||||
```bash
|
||||
$ gsettings get org.gnome.desktop.wm.preferences button-layout
|
||||
'icon:close'
|
||||
$ gsettings set org.gnome.desktop.wm.preferences button-layout ''
|
||||
```
|
||||
|
||||
### Software via dnf
|
||||
### Software
|
||||
|
||||
```
|
||||
sudo dnf install \
|
||||
kitty git vim tmux ripgrep fd-find fzf stow \
|
||||
brave \
|
||||
sway waybar \
|
||||
brightnessctl wireplumber pasystray blueman \
|
||||
network-manager network-manager-applet \
|
||||
fcitx5 fcitx5-configtool fcitx5-anthy fcitx5-* \
|
||||
nextcloud keepassxc
|
||||
kitty tmux \
|
||||
git ripgrep fd-find fzf stow \
|
||||
firefox \
|
||||
nextcloud keepassxc tailscale
|
||||
```
|
||||
|
||||
### Software via GitHub
|
||||
[Helix](https://github.com/helix-editor/helix/releases)
|
||||
|
||||
- [sway fork - swayfx](https://github.com/WillPower3309/swayfx)
|
||||
- [notification daemon + popup - swaync](https://github.com/ErikReider/SwayNotificationCenter)
|
||||
- [application launcher - tofi](https://github.com/philj56/tofi)
|
||||
- [screenshot tool](https://github.com/moverest/sway-interactive-screenshot) (checked in [here](files/sway/.config/sway/screenshot))
|
||||
- [screen mirror for live presentations](https://github.com/Ferdi265/wl-mirror)
|
||||
|
||||
### Extensions
|
||||
- appindicatorsupport@rgcjonas.gmail.com (bring back tray icons)
|
||||
- blur-my-shell@aunetx (blur panel and background in overview, rest disabled)
|
||||
- caffeine@patapon.info (don't sleep on fullscreen)
|
||||
- compiz-alike-magic-lamp-effect@hermes83.github.com (minimize animation)
|
||||
- gnome-ui-tune@itstime.tech (desktop thumbnails scale 300%, show search)
|
||||
- gsconnect@andyholmes.github.io (connect android for file share)
|
||||
- ideapad@laurento.frittella (lenovo conservation mode)
|
||||
- light-style@gnome-shell-extensions.gcampax.github.com (everything light mode)
|
||||
- rounded-window-corners@fxgn (rounded corners of all windows)
|
||||
- tiling-assistant@leleat-on-github (2 gaps, tiling state, super+wasd)
|
||||
- user-theme@gnome-shell-extensions.gcampax.github.com (legacy apps adw-gtk3, icons papirus)
|
||||
Reference in New Issue
Block a user