delay manpage at startup 5s to avoid resize; add license to ghc_files
This commit is contained in:
parent
1c6494fa0d
commit
f9eb31a9f3
@ -14,7 +14,7 @@ if [ ! -d ~/.xmonad ]; then
|
||||
xmonad-gnome) TERM_CMD="gnome-terminal -x" ;;
|
||||
*) TERM_CMD="xterm -e" ;;
|
||||
esac
|
||||
$TERM_CMD man xmonad &
|
||||
(sleep 5; $TERM_CMD man xmonad) &
|
||||
fi
|
||||
|
||||
if [ -r ~/.xmonad/session ]; then
|
||||
|
@ -18,7 +18,7 @@ on several screens.
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 0.10
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: A tiling window manager
|
||||
|
||||
Group: User Interface/X
|
||||
@ -169,11 +169,15 @@ rm %{buildroot}%{_datadir}/%{name}-%{version}/man/xmonad.hs
|
||||
%{_datadir}/gnome-session/sessions/%{name}.session
|
||||
|
||||
|
||||
%ghc_files
|
||||
%ghc_files LICENSE
|
||||
%doc STYLE
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 23 2012 Jens Petersen <petersen@redhat.com> - 0.10-6
|
||||
- try delaying manpage terminal startup 5s to avoid window resize
|
||||
- add license to ghc_files
|
||||
|
||||
* Mon Feb 20 2012 Jens Petersen <petersen@redhat.com> - 0.10-5
|
||||
- use gnome-terminal to display initial manpage from xmonad-gnome
|
||||
- change the xmonad-gnome session name to xmonad-gnome
|
||||
|
Loading…
Reference in New Issue
Block a user