Add fontconfig, nm-applet, waybar

This commit is contained in:
askiiart 2024-03-22 12:55:56 -05:00
parent fc0fcf45c9
commit 274c0a37d3
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
18 changed files with 340 additions and 100 deletions

View file

@ -1,6 +1,9 @@
# Use clipman for the clipboard manager
exec wl-paste -t text --watch clipman store --no-persist
# start nm-applet for network management
exec nm-applet
# Add screenshot and color picker
bindsym Print exec grim -t png -c
bindsym Mod4+Shift+P exec "mkdir $HOME/Pictures; export FILENAME=$HOME/Pictures/screenshot_$(date +%F_%H:%M:%S).png; slurp -d | xargs -I % grim -g % -t png -c $FILENAME; wl-copy --type image/png < $FILENAME"