stuff
authorMart Lubbers <mart@martlubbers.net>
Tue, 17 Apr 2018 05:42:22 +0000 (07:42 +0200)
committerMart Lubbers <mart@martlubbers.net>
Tue, 17 Apr 2018 05:42:22 +0000 (07:42 +0200)
email/.mutt/mailcap
newsbeuter/.config/newsbeuter/urls
shell/.bashrc
x/.config/i3/config

index e8892f5..25c914e 100644 (file)
@@ -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';
index 9bfdcef..0f76f7e 100644 (file)
@@ -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"
index 29d1747..91cb2f2 100644 (file)
@@ -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=$?
index 0277172..1247e24 100644 (file)
@@ -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