Skip to content

Commit

Permalink
release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebat committed Dec 27, 2019
1 parent 3020f12 commit dec6cc0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.7.2
VERSION = 0.7.3
DESTDIR =
PREFIX = /usr
PACKAGE = thiny-session
Expand Down
6 changes: 3 additions & 3 deletions thiny-session.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ mkdir -p $HOME/.config/tint2 $HOME/.config/nitrogen $HOME/.config/sxhkd
[ -f $HOME/.config/sxhkd/sxhkdrc ] || cp /usr/share/thiny-session/sxhkdrc $HOME/.config/sxhkd/sxhkdrc
[ -f $HOME/.gshutdown ] || cp /usr/share/thiny-session/gshutdown $HOME/.gshutdown

nitrogen --restore
start-pulseaudio-x11
imsettings-switch -n -q -x

Expand All @@ -23,18 +22,19 @@ imsettings-switch -n -q -x
# gsettings set org.gnome.desktop.wm.preferences theme Bluecurve
# synclient touchpadoff=`lsusb|grep -i mouse|wc -l`
# x11vnc -forever -repeat -passwd ******** &
# xdesktopwaves -q 9 -c 5 &
# parcellite &
# $HOME/.dropbox-dist/dropboxd &
# $HOME/.TelegramDesktop/Telegram -noupdate &

nitrogen --restore
tint2 &
guake &
nm-applet &
#blueman-applet &
volumeicon &
alltray -x -nt gshutdown &
sxhkd &
if pgrep 'xdesktopwaves|xpenguins|xsnow|xcockroach|xfireworks|xfishtank' ; then
if pgrep 'xdesktopwaves|xpenguins|xsnow|xcockroach|xfireworks|xfishtank|xwinwrap' ; then
exec metacity --no-composite
else
exec metacity --composite
Expand Down
44 changes: 23 additions & 21 deletions thiny-session.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: thiny-session
Version: 0.7.2
Version: 0.7.3
Release: 1
Summary: A Thin and Tiny Session for X
Group: User Interface/Desktops
Expand All @@ -14,6 +14,8 @@ Requires: greybird-metacity-theme
Requires: guake
Requires: network-manager-applet
Requires: NetworkManager-wifi
#Requires: blueman
#Requires: NetworkManager-bluetooth
Requires: xsettingsd
Requires: imsettings-gsettings
Requires: volumeicon
Expand All @@ -23,26 +25,26 @@ Requires: tint2
Requires: ntpdate
Requires: desktop-backgrounds-compat
Requires: nitrogen
Requires: joe
Requires: wget
Requires: viewnior
Requires: scrot
Requires: gst123
Requires: spacefm
Requires: midori
Requires: galculator
Requires: system-config-printer
Requires: arandr
Requires: mupdf
Requires: sxhkd
Requires: leafpad
Requires: camorama
Requires: gshutdown
Requires: alltray
Requires: xinput_calibrator
Requires: gftp
Requires: upower
Requires: xorg-x11-drivers
Requires: alltray
Requires: gshutdown
Requires: sxhkd
Requires: scrot
Requires: viewnior
Recommends: joe
Recommends: wget
Recommends: gst123
Recommends: spacefm
Recommends: midori
Recommends: galculator
Recommends: system-config-printer
Recommends: arandr
Recommends: mupdf
Recommends: leafpad
Recommends: camorama
Recommends: xinput_calibrator
Recommends: gftp
Recommends: upower

%description
Thiny is a simple X session, using metacity as Window Manager with some
Expand All @@ -66,7 +68,7 @@ sed -i 's|xorg|display-manager|' /usr/lib/systemd/system/sxhkd.service
%{_datadir}/%{name}

%changelog
* Wed Nov 28 2018 Wei-Lun Chao <bluebat@member.fsf.org> - 0.7.2
* Fri Dec 27 2019 Wei-Lun Chao <bluebat@member.fsf.org> - 0.7.3
- Update package
* Sun Aug 10 2014 Wei-Lun Chao <bluebat@member.fsf.org> - 0.1
- Initial package

0 comments on commit dec6cc0

Please sign in to comment.