version 3 refactor

This commit is contained in:
Wryn Wagner
2021-02-24 17:38:02 -07:00
parent 35fc078b0e
commit 67e9710ab0
29 changed files with 187 additions and 180 deletions

View File

@ -6,10 +6,8 @@ set $mod Mod4
font pango:monospace 20
set $CONFIG /home/w0ryn/.config/wryn
set $UTILS /home/w0ryn/.config/wryn/i3utils
set $SLACK_CLIENT_CLASS ^Slack$
set $MESSAGE_CLIENT_CLASS ^android-messages-desktop$
set $MEDIA_CLIENT_CLASS ^youtubemusic-nativefier

View File

@ -1,6 +1,8 @@
#!/bin/sh
UTIL_BIN="$HOME/.wryn/bin/desktop"
source "$HOME/.config/wryn/env/env"
UTIL_BIN="$DOTWRYN/bin/desktop"
APP_BIN="$HOME/.config/wryn/default-applications"
MEDIA__NEXT="$UTIL_BIN/youtube-music/next.sh"