Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename .stalonetrayrc to stalonetrayrc #713

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions default-config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
configdir = @FVWM_DATADIR@/default-config
inst_location = $(DESTDIR)@FVWM_DATADIR@
config_DATA = config \
.stalonetrayrc \
stalonetrayrc \
FvwmScript-DateTime \
FvwmScript-ConfirmQuit \
FvwmScript-ConfirmCopyConfig

EXTRA_DIST = images \
config \
.stalonetrayrc \
stalonetrayrc \
FvwmScript-DateTime \
FvwmScript-ConfirmQuit \
FvwmScript-ConfirmCopyConfig
Expand Down
2 changes: 1 addition & 1 deletion default-config/config
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ DestroyModuleConfig RightPanel:*
*RightPanel: (120x5, Frame 0)
Test (x stalonetray) *RightPanel: (120x20, Swallow(NoClose,UseOld) \
stalonetray 'Exec exec stalonetray --config \
"$[FVWM_DATADIR]/default-config/.stalonetrayrc"', Frame 0)
"$[FVWM_DATADIR]/default-config/stalonetrayrc"', Frame 0)
Test (x stalonetray) PipeRead 'echo "*RightPanel: (120x$(($[monitor.$[monitor.primary].height]-225)), \
Top, Swallow FvwmIconMan \'Module FvwmIconMan\', Frame 0)"'
Test (!x stalonetray) PipeRead 'echo "*RightPanel: (120x$(($[monitor.$[monitor.primary].height]-205)),\
Expand Down
File renamed without changes.