From 6375494f43d52f4ed4fe490807d1d85092e2f1d9 Mon Sep 17 00:00:00 2001 From: The Cobra Date: Wed, 2 Mar 2022 14:49:27 -0500 Subject: [PATCH] Fix sxmo configs --- .bashrc | 3 +++ .config/sxmo/profile | 5 +++++ .newsboat/config | 2 +- .profile | 2 -- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index e940b78..de60d9e 100644 --- a/.bashrc +++ b/.bashrc @@ -1,3 +1,6 @@ +case $_ in *i*) :;; *) return;; esac + +# Source prompt . ~/.prompt # History stuff diff --git a/.config/sxmo/profile b/.config/sxmo/profile index c8c9aea..fb4fce7 100644 --- a/.config/sxmo/profile +++ b/.config/sxmo/profile @@ -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 diff --git a/.newsboat/config b/.newsboat/config index df77dd9..0f1148d 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -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" diff --git a/.profile b/.profile index d63e841..b780dbd 100644 --- a/.profile +++ b/.profile @@ -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"