Merge branch 'arch' of https://github.com/ItsDrike/dotfiles into arch

This commit is contained in:
ItsDrike 2021-08-09 16:10:45 +02:00
commit 2e6e16ba78
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -63,12 +63,15 @@ pacman:
# WM/Xorg
- xorg-server
- xorg-xinit
- xorg-xrandr
- xmonad
- xmonad-contrib
- xmobar
#- lightdm
# GUI
- trayer # System tray
- alsa-utils # Utilities for alsa audio
- mpv # Video player, alternatively there's kde default dragon
- nomacs # Photo viewer, alternatively there's kde default gwenview
- ffmpegthumbs # FFmpeg based thumbnail creator for videos
@ -83,6 +86,7 @@ pacman:
- firefox # Browser
- krita # Image editing software (gimp alternative)
- ueberzug # Tool for displaying images within a terminal
- network-manager-applet # NetworkManager trayer icon
#- code # Open sourced version of vscode (doesn't support many extensions)
# Fonts
@ -111,6 +115,7 @@ aur:
- opensnitch # Application level firewall, with full traffic monitoring, slower than kernel level iptables, but the advantages are worth it, alternatively there's also portmaster, but it's currently in early development stages, but it may be worth looking into later: `https://github.com/safing/portmaster`
# GUI
- picom-git # Git version of picom compositor
- spotify # Online music player
- onlyoffice-bin # Full office suite (MS Office alternative)
- visual-studio-code-bin # Official vVsual Studio Code text editor for programmers