From 86aaaef21ac8fc9218515ec79a246013aec347c1 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 17 Apr 2018 07:42:22 +0200 Subject: [PATCH] stuff --- email/.mutt/mailcap | 2 +- newsbeuter/.config/newsbeuter/urls | 1 + shell/.bashrc | 4 +++- x/.config/i3/config | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/email/.mutt/mailcap b/email/.mutt/mailcap index e8892f5..25c914e 100644 --- a/email/.mutt/mailcap +++ b/email/.mutt/mailcap @@ -1,6 +1,6 @@ # Fork off a process application/pdf; evince %s; -text/html; firefox -new-tab %s & sleep 5; +text/html; firefox -new-tab %s & sleep 2; # Open document formats application/vnd.oasis.opendocument.text; libreoffice '%s'; diff --git a/newsbeuter/.config/newsbeuter/urls b/newsbeuter/.config/newsbeuter/urls index 9bfdcef..0f76f7e 100644 --- a/newsbeuter/.config/newsbeuter/urls +++ b/newsbeuter/.config/newsbeuter/urls @@ -14,3 +14,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCyabCqc2M3J9HItEroLOTvA yt https://www.youtube.com/feeds/videos.xml?channel_id=UCVZlxkKqlvVqzRJXhAGq42Q yt "JoergSprave" https://www.youtube.com/feeds/videos.xml?channel_id=UC4btfgUBD9hxTNX2d1QydcQ yt "Last Gamer" https://www.youtube.com/feeds/videos.xml?channel_id=UCJc3p1FsUXycsocQSQ2-_mg yt "dumpert" +https://www.youtube.com/feeds/videos.xml?channel_id=UCpB27-wOnjRwUOtqQ4L3Tlw yt "Joshimuz" diff --git a/shell/.bashrc b/shell/.bashrc index 29d1747..91cb2f2 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -6,7 +6,7 @@ export HISTSIZE=NOTHING shopt -s histappend export PROMPT_COMMAND='history -a' -export TERMINAL=urxvtc +export TERMINAL=~/projects/st/st export EDITOR="vim -p" export TERM=screen export BROWSER=firefox @@ -30,6 +30,8 @@ export COLORFGBG="default;default" alias ls='ls --color=auto' alias grep='grep --color=auto' alias vi=vim +alias tmux="tmux -f ~/.config/tmux/config" +export TMUX_TMPDIR="$XDG_RUNTIME_DIR" set_prompt(){ last_c=$? diff --git a/x/.config/i3/config b/x/.config/i3/config index 0277172..1247e24 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -30,7 +30,7 @@ floating_modifier $mod hide_edge_borders none # start a terminal -bindsym $mod+Return exec urxvtc +bindsym $mod+Return exec /home/mrl/projects/st/st # lock bindsym $mod+l exec xautolock -locknow -- 2.20.1