Skip to content

Commit

Permalink
release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebat committed Mar 15, 2021
1 parent dec6cc0 commit 2a7d74f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 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.3
VERSION = 0.7.4
DESTDIR =
PREFIX = /usr
PACKAGE = thiny-session
Expand Down
10 changes: 8 additions & 2 deletions thiny-session.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
export XDG_CURRENT_DESKTOP=Thiny
export DESKTOP_SESSION=thiny
/usr/libexec/notification-daemon &
[ -f $HOME/.xsettingsd ] || /usr/share/thiny-session/settings.sh
Expand All @@ -9,7 +10,11 @@ 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

start-pulseaudio-x11
if which start-pulseaudio-x11 &>/dev/null then
start-pulseaudio-x11
else
pipewire-pulse &
fi
imsettings-switch -n -q -x

[ -x $HOME/.xprofile ] && $HOME/.xprofile
Expand All @@ -23,6 +28,7 @@ imsettings-switch -n -q -x
# synclient touchpadoff=`lsusb|grep -i mouse|wc -l`
# x11vnc -forever -repeat -passwd ******** &
# parcellite &
# xautolock -time 10 -locker xlock &
# $HOME/.dropbox-dist/dropboxd &
# $HOME/.TelegramDesktop/Telegram -noupdate &

Expand All @@ -31,9 +37,9 @@ tint2 &
guake &
nm-applet &
#blueman-applet &
volumeicon &
alltray -x -nt gshutdown &
sxhkd &
volumeicon &
if pgrep 'xdesktopwaves|xpenguins|xsnow|xcockroach|xfireworks|xfishtank|xwinwrap' ; then
exec metacity --no-composite
else
Expand Down
8 changes: 4 additions & 4 deletions thiny-session.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: thiny-session
Version: 0.7.3
Version: 0.7.4
Release: 1
Summary: A Thin and Tiny Session for X
Group: User Interface/Desktops
Expand All @@ -8,7 +8,7 @@ URL: https://github.com/bluebat/thiny-session
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
Requires: notification-daemon
Requires: pulseaudio-module-x11
#Requires: pulseaudio-module-x11
Requires: metacity
Requires: greybird-metacity-theme
Requires: guake
Expand All @@ -22,7 +22,7 @@ Requires: volumeicon
Requires: pavucontrol
Requires: tint2
#Requires: system-config-date
Requires: ntpdate
Requires: /usr/sbin/ntpdate
Requires: desktop-backgrounds-compat
Requires: nitrogen
Requires: xorg-x11-drivers
Expand Down Expand Up @@ -68,7 +68,7 @@ sed -i 's|xorg|display-manager|' /usr/lib/systemd/system/sxhkd.service
%{_datadir}/%{name}

%changelog
* Fri Dec 27 2019 Wei-Lun Chao <bluebat@member.fsf.org> - 0.7.3
* Mon Mar 15 2021 Wei-Lun Chao <bluebat@member.fsf.org> - 0.7.4
- Update package
* Sun Aug 10 2014 Wei-Lun Chao <bluebat@member.fsf.org> - 0.1
- Initial package

0 comments on commit 2a7d74f

Please sign in to comment.