X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=screenrc.in;h=e495774ec453ab094c5808549283dfea14270c46;hb=1df60503e9441b5d2f5a09ad2d01f99055b6e2d2;hp=ae278438876f3cfea8f28ef3761c911de76e5d82;hpb=fa98a6e9ebafc93de71cd836a816bdec029bf72f;p=config%2Fdotfiles.git diff --git a/screenrc.in b/screenrc.in index ae27843..e495774 100644 --- a/screenrc.in +++ b/screenrc.in @@ -6,6 +6,21 @@ # # (BATTERY) is only used on laptops, (ROOT) only if running as root. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this file. If not, see . + # Automatically lock the screen after 10 minutes of inactivity if running as # root. @@ -111,4 +126,4 @@ bind ; command -c window # Run urlview on current screen content. Very useful to follow links. Make # sure hardcopy_append is off before using this command. -bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview" +bind ^B eval "hardcopy $HOME/.tmp/screen-urlview" "screen urlview $HOME/.tmp/screen-urlview"