Skip to content

Commit

Permalink
no need to start shells as login sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Jan 8, 2012
1 parent 8f7a7c6 commit 31f0a81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .Xresources
Expand Up @@ -12,7 +12,7 @@ Xcursor.theme: Vanilla-DMZ
Xcursor.size: 24

! --[ URxvt - General ]-------------------------------------
URxvt.loginShell:true
URxvt.loginShell:false
URxvt.scrollBar:false
URxvt.saveLines:5000
URxvt.cursorColor:#83C048
Expand Down
8 changes: 4 additions & 4 deletions .tmux.conf
Expand Up @@ -15,10 +15,10 @@ set-option status-right '%k:%M #[fg=white]%m/%d'

# Establish initial session
new -d -s0 -nmail 'exec mutt' #screen 0:0
neww -d 'exec bash -l' #screen 0:1
neww -d 'exec bash -l' #screen 0:2
neww -d 'exec bash -l' #screen 0:3
neww -d 'exec bash -l' #screen 0:4
neww -d 'exec bash' #screen 0:1
neww -d 'exec bash' #screen 0:2
neww -d 'exec bash' #screen 0:3
neww -d 'exec bash' #screen 0:4
neww -d -nsyslog 'exec tail -F -n 30 /var/log/everything.log' #screen 0:5
neww -d -nirssi 'exec irssi' #screen 0:6
neww -d -nrtorrent 'exec rtorrent' #screen 0:7
Expand Down

0 comments on commit 31f0a81

Please sign in to comment.