Skip to content

Commit

Permalink
mess with xterm
Browse files Browse the repository at this point in the history
  • Loading branch information
axelmagn committed Jan 18, 2015
1 parent 10af897 commit d81cadb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ bindsym $mod+Shift+grave exec $HOME/bin/lock
# stop nautilus from spawning a desktop window
exec --no-startup-id gsettings set org.gnome.desktop.background show-desktop-icons false

# start pulseaudio
exec start-pulseaudio-x11

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
Expand Down
1 change: 1 addition & 0 deletions config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ bind k select-pane -U
bind h select-pane -L
bind l select-pane -R
bind Tab select-pane -t :.+
set -g default-terminal screen-256color
3 changes: 3 additions & 0 deletions shell/terminal_env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# commented out unless necessary
: <<'END'
if [ "$COLORTERM" == "gnome-terminal" ] || [ "$COLORTERM" == "xfce4-terminal" ]
then
TERM=xterm-256color
Expand All @@ -7,3 +9,4 @@ then
else
TERM=xterm-color
fi
END

0 comments on commit d81cadb

Please sign in to comment.