Fix sxmo configs

This commit is contained in:
The Cobra 2022-03-02 14:49:27 -05:00
parent 227ed8dc06
commit 6375494f43
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,6 @@
case $_ in *i*) :;; *) return;; esac
# Source prompt
. ~/.prompt
# History stuff

View File

@ -1,4 +1,5 @@
#!/bin/sh
# configversion: 1
# Please modify this file to your liking
@ -43,3 +44,7 @@ case "$SXMO_WM" in
dwm)
;;
esac
export WVKBD_LAYERS=full,special
export SXMO_WORKSPACE_WRAPPING=5
export SXMO_CONTACTFILE=$HOME/.local/share/sxmo/contacts.tsv

View File

@ -1 +1 @@
browser "mpv --user-agent=Mozilla/5.0 '--ytdl-format=bestvideo[height=?480][fps<=?30][vcodec!=?vp9]+bestaudio/best' %u"
browser "mpv --user-agent=Mozilla/5.0 '--ytdl-format=bestvideo[height=?480][fps<=?30]+bestaudio/best' %u"

View File

@ -1,5 +1,3 @@
export WVKBD_LAYERS=full,special
export SXMO_WORKSPACE_WRAPPING=5
export EDITOR=vim
export INVIDIOUS="https://invidious.snopyta.org"
export PATH="$HOME/.local/bin:$PATH"